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-dev
env_file:
- ./.env.dev
environment:
TZ: Asia/Seoul
volumes:
- postgres_dev_data:/var/lib/postgresql/data
ports:
@@ -26,6 +28,7 @@ services:
PORT: 3001
CORS_ORIGIN: http://localhost:5173
SESSION_TTL_DAYS: 30
TZ: Asia/Seoul
volumes:
- ./backend:/app
- backend_node_modules:/app/node_modules
@@ -44,6 +47,7 @@ services:
environment:
VITE_API_BASE_URL: http://localhost:3001
CHOKIDAR_USEPOLLING: "true"
TZ: Asia/Seoul
volumes:
- .:/app
- /app/backend