This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user