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

14 lines
221 B
YAML

services:
web:
build:
context: .
dockerfile: Dockerfile
target: production
ports:
- 8000:80
environment:
- APP_ENV=dev
- APP_DEBUG=1
volumes:
- ./:/var/www/html