fix: update docker compose
continuous-integration/drone/push Build is passing Details

This commit is contained in:
BryantHe 2023-12-06 13:54:26 +08:00
parent 74546e3aa7
commit f3c980f8f7
1 changed files with 0 additions and 60 deletions

View File

@ -61,65 +61,5 @@ services:
tty: true
restart: always
command: [ "sh", "docker-deploy.sh" ]
pzx-web-api-4:
build:
context: .
dockerfile: ./Dockerfile
container_name: pzx-web-api-4
hostname: pzx-web-api-4
ports:
- "5040: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-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" ]