finish
This commit is contained in:
23
docker-compose.yml
Normal file
23
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user