localization && navbar fix
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
- media_volume:/app/storage
|
||||
- static_volume:/app/staticfiles
|
||||
env_file:
|
||||
- .env
|
||||
- .env.local
|
||||
ports:
|
||||
- "8000:8000"
|
||||
depends_on:
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data/
|
||||
env_file:
|
||||
- .env
|
||||
- .env.local
|
||||
environment:
|
||||
- POSTGRES_INITDB_ARGS=--auth-host=scram-sha-256
|
||||
restart: unless-stopped
|
||||
@@ -34,9 +34,9 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NEXT_PUBLIC_API_URL=https://links.shareon.kr
|
||||
- NEXT_PUBLIC_API_URL=http://localhost:8000
|
||||
env_file:
|
||||
- .env
|
||||
- .env.local
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- web
|
||||
|
||||
Reference in New Issue
Block a user