Files
check_in/docker-compose.yml
jeremygan2021 fecd0f322c finsih
2026-01-06 17:27:25 +08:00

24 lines
430 B
YAML

version: '3.8'
services:
web:
build: .
container_name: yunnan-ai-checkin
ports:
- "8800:8800"
restart: always
environment:
- 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