feat 2倍超分

This commit is contained in:
zhouchengrong
2024-04-11 11:19:01 +08:00
parent e6f9a066ad
commit fbb246d0de
2 changed files with 4 additions and 4 deletions

View File

@@ -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"]
CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "RABBITMQ_QUEUES=SuperResolution-local"]

View File

@@ -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"
- "10201:4562"