No more white API

This commit is contained in:
Scott Idem
2024-03-29 18:30:30 -04:00
parent cb584b0734
commit adb490948a

View File

@@ -312,34 +312,35 @@ services:
tty: true tty: true
# API - White # API - White
aether_api_gunicorn_white: # aether_api_gunicorn_white:
restart: always # restart: always
container_name: ${CONTAINER_AE_API_WHITE} # container_name: ${CONTAINER_AE_API_WHITE}
build: # build:
context: ./ # context: ./
dockerfile: aether_fastapi_gunicorn.Dockerfile # dockerfile: aether_fastapi_gunicorn.Dockerfile
env_file: # env_file:
- ./.env # - ./.env
ports: # ports:
- "${AE_API_GUNICORN_PORT_WHITE}:5005" # - "${AE_API_GUNICORN_PORT_WHITE}:5005"
extra_hosts: # extra_hosts:
- "${DOCKER_AE_SERVER_EXTRA_HOST}" # - "${DOCKER_AE_SERVER_EXTRA_HOST}"
volumes: # volumes:
- ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py # - ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
- ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt # - ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt
- ./conf/aether_api_config.py:/srv/aether_api/app/config.py # - ./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/aether_api_ln:/srv/aether_api
- ./srv/hosted_files_ln:/srv/hosted_files # - ./srv/hosted_files_ln:/srv/hosted_files
- ./srv/hosted_tmp_ln:/srv/hosted_tmp # - ./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: # aether_api_v5_gunicorn:
# restart: always # restart: always