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
|
||||
- app_public:/var/www/html/public:ro
|
||||
- app_storage:/var/www/html/storage:ro
|
||||
- image_public:/var/www/html/public:ro
|
||||
networks:
|
||||
- app-network
|
||||
depends_on:
|
||||
@@ -46,7 +45,7 @@ services:
|
||||
logging: *default-logging
|
||||
|
||||
mysql:
|
||||
image: mysql:8.0
|
||||
image: mysql:8
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./.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..."
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user