From f3c980f8f799df224cda4d34d7f8448b55d8190f Mon Sep 17 00:00:00 2001 From: BryantHe Date: Wed, 6 Dec 2023 13:54:26 +0800 Subject: [PATCH] fix: update docker compose --- docker-compose.yml | 60 ---------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index aa672e1..1e68c51 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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" ]