Updating Python requirements file
This commit is contained in:
@@ -249,7 +249,7 @@ services:
|
||||
# - local-net
|
||||
volumes:
|
||||
- ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
|
||||
- ./conf/aether_fastapi_requirements_current.txt:/conf/requirements_current.txt
|
||||
- ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt
|
||||
- ./conf/aether_api_config.py:/srv/aether_api/app/config.py
|
||||
|
||||
- ./logs/ae_api:/logs
|
||||
@@ -334,6 +334,7 @@ services:
|
||||
- "${DOCKER_AE_API_V5_SERVER_EXTRA_HOST}"
|
||||
volumes:
|
||||
- ./conf/aether_flask_gunicorn_conf.py:/conf/gunicorn_flask_conf.py
|
||||
- ./conf/aether_flask_requirements_current.txt:/requirements_current.txt
|
||||
- ./conf/aether_app_config.py:/srv/aether_app/flask_config_v2.py
|
||||
- ./logs/ae_app:/logs
|
||||
# - ./logs/aether_flask_gunicorn_access.log:/logs/gunicorn_access.log
|
||||
@@ -343,6 +344,8 @@ services:
|
||||
- ./srv/aether_app_ln:/srv/aether_app
|
||||
- ./srv/hosted_files_ln:/srv/hosted_files
|
||||
- ./srv/hosted_tmp_ln:/srv/hosted_tmp
|
||||
|
||||
- ./tmp/ae_app:/tmp
|
||||
depends_on:
|
||||
- aether_api_gunicorn
|
||||
stdin_open: true # docker run -i
|
||||
@@ -351,3 +354,7 @@ services:
|
||||
# networks:
|
||||
# local-net:
|
||||
# driver: bridge
|
||||
|
||||
# volumes:
|
||||
# ./tmp/ae_app:
|
||||
# external: true
|
||||
|
||||
Reference in New Issue
Block a user