- depends_on, DB_HOST 기본값도 db로 갱신 - deploy: 서비스 이름 변경으로 남는 orphan 컨테이너 정리를 위해 --remove-orphans 추가 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
# PostgreSQL
|
||||
DB_PORT=5432
|
||||
DB_HOST=postgres
|
||||
DB_HOST=db
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
DB_NAME=report_db
|
||||
|
||||
Reference in New Issue
Block a user