Actualiser docker-compose.yml
CI / PHP Syntax Check (push) Has been cancelled
CI / JavaScript Lint (push) Has been cancelled
CI / Docker Build Test (push) Has been cancelled
CI / Validate Translation Files (push) Has been cancelled
Security Scan (Trivy) / Trivy — Docker image scan (push) Has been cancelled
Security Scan (Trivy) / Trivy — Filesystem scan (push) Has been cancelled
CI / Auto-merge develop → main (push) Has been cancelled
CI / Create GitHub Release (push) Has been cancelled

This commit is contained in:
2026-06-24 17:05:55 +00:00
parent 9b026408e2
commit 427bcd20a4
+9 -2
View File
@@ -5,14 +5,21 @@ services:
ports:
- "8080:80"
volumes:
# Persist database and runtime data
- evershelf_data:/var/www/html/data
# Mount your local .env configuration
- ./.env:/var/www/html/.env:ro
restart: unless-stopped
environment:
- TZ=Europe/Rome
networks:
- backend
- frontend
volumes:
evershelf_data:
driver: local
networks:
frontend:
external: true
backend:
external: true