v0.1.44 - 날짜 기준과 TODO 정리

This commit is contained in:
2026-04-24 10:10:34 +09:00
parent a38714dfe4
commit 684413a098
9 changed files with 33 additions and 38 deletions

View File

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