Files
web_server/docker-compose.dev.yml
Adam French 2737b4f0d0
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m35s
Avoid panic on spotify if not authed
2026-03-07 17:46:55 +00:00

11 lines
186 B
YAML

services:
nginx:
environment:
- DEV_MODE=true
- SEED_DB=true
ports:
- 80:80
certbot:
profiles:
- disabled