This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
web:
|
||||
environment:
|
||||
- DJANGO_DEBUG=False
|
||||
- DJANGO_SECURE_SSL_REDIRECT=True
|
||||
- DJANGO_SECURE_SSL_REDIRECT=False
|
||||
- DJANGO_SECURE_HSTS_SECONDS=31536000
|
||||
- DJANGO_SECURE_HSTS_INCLUDE_SUBDOMAINS=True
|
||||
- DJANGO_SECURE_HSTS_PRELOAD=True
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
frontend:
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEXT_PUBLIC_API_URL=https://links.shareon.kr
|
||||
- NEXT_PUBLIC_API_URL=http://links.shareon.kr
|
||||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user