strolap-calendar/docker-compose.server.yml
2025-03-23 12:35:07 +01:00

16 lines
253 B
YAML

services:
workcalendar:
hostname: workcalendar
restart: always
build:
context: .
dockerfile: Dockerfile
environment:
- APP_ENV=dev
- APP_DEBUG=1
networks:
- proxy
networks:
proxy:
external: true