This commit is contained in:
jeremygan2021
2026-01-06 16:52:40 +08:00
parent bad11e8fa5
commit 0b546bd031
6 changed files with 462 additions and 11 deletions

23
docker-compose.yml Normal file
View File

@@ -0,0 +1,23 @@
version: '3.8'
services:
web:
build: .
container_name: yunnan-ai-checkin
ports:
- "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_USER=gsdh
- DB_PASSWORD=123gsdh
- DB_NAME=gsdh
volumes:
- .:/app