v0.1.44 - 날짜 기준과 TODO 정리
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
||||
container_name: ten-minute-postgres
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
TZ: Asia/Seoul
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
ports:
|
||||
@@ -25,6 +27,7 @@ services:
|
||||
PORT: 3001
|
||||
CORS_ORIGIN: http://localhost:48081
|
||||
SESSION_TTL_DAYS: 30
|
||||
TZ: Asia/Seoul
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
@@ -38,6 +41,8 @@ services:
|
||||
args:
|
||||
VITE_API_BASE_URL: /api
|
||||
container_name: ten-minute-frontend
|
||||
environment:
|
||||
TZ: Asia/Seoul
|
||||
depends_on:
|
||||
- backend
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user