This commit is contained in:
jeremygan2021
2026-01-06 17:27:25 +08:00
parent 9ed51276a5
commit fecd0f322c
4 changed files with 11 additions and 10 deletions

View File

@@ -8,16 +8,16 @@ services:
- "8800:8800"
restart: always
environment:
# - DB_HOST=6.6.6.6
# - DB_PORT=5432
# - DB_USER=gsdh
# - DB_PASSWORD=123gsdh
# - DB_NAME=gsdh
- DB_HOST=121.43.104.161
- DB_PORT=6432
- DB_HOST=localhost
- DB_PORT=5432
- DB_USER=gsdh
- DB_PASSWORD=123gsdh
- DB_NAME=gsdh
# - DB_HOST=121.43.104.161
# - DB_PORT=6432
# - DB_USER=gsdh
# - DB_PASSWORD=123gsdh
# - DB_NAME=gsdh
volumes:
- .:/app