mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
remove cache volume and healthcheck configuration
This commit is contained in:
5
debian/docker-compose.yml
vendored
5
debian/docker-compose.yml
vendored
@@ -9,7 +9,6 @@ x-logging: &default-logging
|
||||
x-app-volumes: &volumes
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
- app_cache:/var/www/html/bootstrap/cache
|
||||
- app_storage:/app/storage
|
||||
- caddy_data:/data
|
||||
|
||||
@@ -31,9 +30,6 @@ services:
|
||||
environment:
|
||||
LARAVEL_ROLE: app
|
||||
<<: *volumes
|
||||
# HEALTHCHECK from frankenphp image
|
||||
healthcheck:
|
||||
start_period: 180s
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
@@ -143,7 +139,6 @@ services:
|
||||
# logging: *default-logging
|
||||
|
||||
volumes:
|
||||
app_cache:
|
||||
app_storage:
|
||||
caddy_data:
|
||||
mysql_data:
|
||||
|
||||
Reference in New Issue
Block a user