mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Merge branch 'debian' into debian-dev
Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
3
debian/docker-compose.yml
vendored
3
debian/docker-compose.yml
vendored
@@ -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
|
||||||
|
|||||||
1
debian/scripts/init.sh
vendored
1
debian/scripts/init.sh
vendored
@@ -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 "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user