prod containers fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-04 20:53:16 +09:00
parent 3732068464
commit ce7a8d9cf0
2 changed files with 3 additions and 10 deletions

View File

@@ -7,13 +7,12 @@ services:
- DJANGO_SECURE_HSTS_SECONDS=31536000
- DJANGO_SECURE_HSTS_INCLUDE_SUBDOMAINS=True
- DJANGO_SECURE_HSTS_PRELOAD=True
- DJANGO_ALLOWED_HOSTS=links.shareon.kr,shareon.kr,localhost,127.0.0.1
restart: unless-stopped
frontend:
environment:
- NODE_ENV=production
- NEXT_PUBLIC_API_URL=http://links.shareon.kr
- NEXT_PUBLIC_API_URL=https://links.shareon.kr
restart: unless-stopped
db: