Skip to content

Commit

Permalink
chore: sauvegarde
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Dec 13, 2024
1 parent 9664619 commit 38537e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 13 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
networks:
web_dev:
external: true

services:
php:
image: ${IMAGES_PREFIX:-}app-php
restart: unless-stopped
env_file:
- .env.local
environment:
SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
# SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
SERVER_NAME: "cartesgouvfr-dev.docker.localhost"
# MERCURE_PUBLISHER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
# MERCURE_SUBSCRIBER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
# Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
Expand Down Expand Up @@ -37,6 +42,13 @@ services:
- target: 443
published: ${HTTP3_PORT:-443}
protocol: udp
# networks:
# - web_dev
# labels:
# - "traefik.enable=true"
# - "traefik.http.routers.cartesgouvfr.rule=Host(`cartesgouvfr-dev.docker.localhost`)"
# - "traefik.http.routers.cartesgouvfr.entrypoints=websecure"
# - "traefik.http.services.cartesgouvfr.loadbalancer.server.port=80"

# Mercure is installed as a Caddy module, prevent the Flex recipe from installing another service
###> symfony/mercure-bundle ###
Expand Down
4 changes: 4 additions & 0 deletions frankenphp/conf.d/10-app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 20000
opcache.memory_consumption = 256
opcache.enable_file_override = 1

upload_max_filesize = 300M
post_max_size = 300M
memory_limit = 256M

0 comments on commit 38537e4

Please sign in to comment.