This commit is contained in:
vipg
2025-11-11 18:27:51 +08:00
parent 8d6c211767
commit 0ea63d2ba7
3 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ services:
container_name: country_db
restart: always
ports:
- 20001:5432
- 20011:5432
entrypoint:
- /scripts/db-lanuch-entrypoint.sh
environment:
@@ -23,7 +23,7 @@ services:
container_name: country_api
restart: always
ports:
- 20000:80
- 20010:80
depends_on:
- postgres
networks: