Revert compose files

This commit is contained in:
Frank
2026-01-11 15:41:40 +01:00
parent 5f4e2acd27
commit 1512a3dde9
2 changed files with 11 additions and 13 deletions
+2 -7
View File
@@ -1,5 +1,3 @@
version: '3.7'
services: services:
php: php:
environment: environment:
@@ -9,11 +7,8 @@ services:
depends_on: depends_on:
- mailer - mailer
###> symfony/mercure-bundle ### ###> doctrine/doctrine-bundle ###
mercure: ###< doctrine/doctrine-bundle ###
ports:
- "80"
###< symfony/mercure-bundle ###
###> symfony/mailer ### ###> symfony/mailer ###
mailer: mailer:
+7 -4
View File
@@ -3,8 +3,8 @@ version: '3.7'
services: services:
php: php:
build: build:
context: ../ context: ..
dockerfile: php/Dockerfile dockerfile: docker/php/Dockerfile
args: args:
USER_ID: ${USER_ID:-1000} USER_ID: ${USER_ID:-1000}
GROUP_ID: ${GROUP_ID:-1000} GROUP_ID: ${GROUP_ID:-1000}
@@ -24,8 +24,8 @@ services:
php-worker: php-worker:
build: build:
context: ../ context: ..
dockerfile: php/Dockerfile dockerfile: docker/php/Dockerfile
args: args:
USER_ID: ${USER_ID:-1000} USER_ID: ${USER_ID:-1000}
GROUP_ID: ${GROUP_ID:-1000} GROUP_ID: ${GROUP_ID:-1000}
@@ -125,6 +125,9 @@ services:
restart: unless-stopped restart: unless-stopped
###< doctrine/doctrine-bundle ### ###< doctrine/doctrine-bundle ###
###> doctrine/doctrine-bundle ###
###< doctrine/doctrine-bundle ###
networks: networks:
backend: backend:
driver: bridge driver: bridge