관리자 기능과 태그 표시 설정 추가
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: sori-studio
|
||||
env_file:
|
||||
- .env.production
|
||||
- ${ENV_FILE:-.env.production}
|
||||
ports:
|
||||
- "${APP_PORT:-43118}:3000"
|
||||
volumes:
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
image: postgres:16-alpine
|
||||
container_name: sori-studio-db
|
||||
env_file:
|
||||
- .env.production
|
||||
- ${ENV_FILE:-.env.production}
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
|
||||
Reference in New Issue
Block a user