Merge branch 'debian' into debian-dev

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer
2024-12-05 10:52:43 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ services:
- ./nginx:/etc/nginx/conf.d:ro - ./nginx:/etc/nginx/conf.d:ro
- app_public:/var/www/html/public:ro - app_public:/var/www/html/public:ro
- app_storage:/var/www/html/storage:ro - app_storage:/var/www/html/storage:ro
- image_public:/var/www/html/public:ro
networks: networks:
- app-network - app-network
depends_on: depends_on:
@@ -46,7 +45,7 @@ services:
logging: *default-logging logging: *default-logging
mysql: mysql:
image: mysql:8.0 image: mysql:8
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- ./.env - ./.env

View File

@@ -77,4 +77,5 @@ if [ "$*" = 'supervisord -n -c /etc/supervisor/conf.d/supervisord.conf' ]; then
echo "Starting supervisord..." echo "Starting supervisord..."
fi fi
exec "$@" exec "$@"