From fbb246d0de2b81325ddf95c973f1b29d59fe2eba Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Thu, 11 Apr 2024 11:19:01 +0800 Subject: [PATCH] =?UTF-8?q?feat=202=E5=80=8D=E8=B6=85=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- docker-compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa30e10..2859915 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ LABEL maintainer="zchengrong@yeah.net" \ name="trinity_aida" -CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "RABBITMQ_QUEUES=SuperResolution-dev"] \ No newline at end of file +CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "RABBITMQ_QUEUES=SuperResolution-local"] \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index e0d001d..9d3b725 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: "3" services: - trinity_aida_dev: + trinity_aida_local: build: . - container_name: trinity_aida_dev + container_name: trinity_aida_local volumes: - ./trinity_client_aida:/trinity ports: - - "10200:4562" \ No newline at end of file + - "10201:4562" \ No newline at end of file