v0.1.44 - 날짜 기준과 TODO 정리
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user