This commit is contained in:
vipg
2025-11-17 15:12:44 +08:00
parent 1ebc924efb
commit a67e76bcb8
2 changed files with 4 additions and 4 deletions

View File

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

View File

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