From adb490948a2e84c5f9bbbee8f1309d04af07e4f7 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 29 Mar 2024 18:30:30 -0400 Subject: [PATCH] No more white API --- docker-compose.yml | 51 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d487b54..88d5f9e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -312,34 +312,35 @@ services: tty: true # API - White - aether_api_gunicorn_white: - restart: always - container_name: ${CONTAINER_AE_API_WHITE} - build: - context: ./ - dockerfile: aether_fastapi_gunicorn.Dockerfile - env_file: - - ./.env - ports: - - "${AE_API_GUNICORN_PORT_WHITE}:5005" - extra_hosts: - - "${DOCKER_AE_SERVER_EXTRA_HOST}" - volumes: - - ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py - - ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt - - ./conf/aether_api_config.py:/srv/aether_api/app/config.py + # aether_api_gunicorn_white: + # restart: always + # container_name: ${CONTAINER_AE_API_WHITE} + # build: + # context: ./ + # dockerfile: aether_fastapi_gunicorn.Dockerfile + # env_file: + # - ./.env + # ports: + # - "${AE_API_GUNICORN_PORT_WHITE}:5005" + # extra_hosts: + # - "${DOCKER_AE_SERVER_EXTRA_HOST}" + # volumes: + # - ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py + # - ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt + # - ./conf/aether_api_config.py:/srv/aether_api/app/config.py - - ./logs/ae_api:/logs + # - ./logs/ae_api:/logs - - ./srv/aether_api_ln:/srv/aether_api - - ./srv/hosted_files_ln:/srv/hosted_files - - ./srv/hosted_tmp_ln:/srv/hosted_tmp + # - ./srv/aether_api_ln:/srv/aether_api + # - ./srv/hosted_files_ln:/srv/hosted_files + # - ./srv/hosted_tmp_ln:/srv/hosted_tmp + + # - ./temp/ae_api:/temp + # depends_on: + # - redis + # stdin_open: true + # tty: true - - ./temp/ae_api:/temp - depends_on: - - redis - stdin_open: true - tty: true # aether_api_v5_gunicorn: # restart: always