fix: add instances
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e72c459e16
commit
72338f792d
|
@ -81,5 +81,45 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
command: [ "sh", "docker-deploy.sh" ]
|
command: [ "sh", "docker-deploy.sh" ]
|
||||||
|
pzx-web-api-5:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
|
container_name: pzx-web-api-5
|
||||||
|
hostname: pzx-web-api-5
|
||||||
|
ports:
|
||||||
|
- "5050:5000"
|
||||||
|
volumes:
|
||||||
|
- .:/app
|
||||||
|
environment:
|
||||||
|
TZ: "Asia/Shanghai"
|
||||||
|
LOG_LEVEL: "DEBUG"
|
||||||
|
env_file:
|
||||||
|
- .apiflaskenv
|
||||||
|
- .apiflask.env
|
||||||
|
working_dir: /app
|
||||||
|
tty: true
|
||||||
|
restart: always
|
||||||
|
command: [ "sh", "docker-deploy.sh" ]
|
||||||
|
pzx-web-api-6:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
|
container_name: pzx-web-api-6
|
||||||
|
hostname: pzx-web-api-6
|
||||||
|
ports:
|
||||||
|
- "5060:5000"
|
||||||
|
volumes:
|
||||||
|
- .:/app
|
||||||
|
environment:
|
||||||
|
TZ: "Asia/Shanghai"
|
||||||
|
LOG_LEVEL: "DEBUG"
|
||||||
|
env_file:
|
||||||
|
- .apiflaskenv
|
||||||
|
- .apiflask.env
|
||||||
|
working_dir: /app
|
||||||
|
tty: true
|
||||||
|
restart: always
|
||||||
|
command: [ "sh", "docker-deploy.sh" ]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue