Avoid panic on spotify if not authed
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m35s

This commit is contained in:
2026-03-07 17:46:55 +00:00
parent 9fa953c969
commit 2737b4f0d0
2 changed files with 15 additions and 8 deletions

View File

@@ -1,9 +1,10 @@
services:
nginx:
environment:
- DEV_MODE=true
ports:
- 80:80
certbot:
profiles:
- disabled
nginx:
environment:
- DEV_MODE=true
- SEED_DB=true
ports:
- 80:80
certbot:
profiles:
- disabled