strolap-calendar/docker-compose.server.yml
2025-04-13 16:36:13 +02:00

19 lines
318 B
YAML

services:
workcalendar:
hostname: workcalendar
restart: always
build:
context: .
dockerfile: Dockerfile
target: production
environment:
- APP_ENV=prod
- APP_DEBUG=0
networks:
- proxy
volumes:
- ./:/var/www/html/
networks:
proxy:
external: true