localization && navbar fix

This commit is contained in:
2025-11-09 22:15:48 +09:00
parent a963281be0
commit 68bbef35ee
22 changed files with 1386 additions and 526 deletions

View File

@@ -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