Updating Python requirements file

This commit is contained in:
Scott Idem
2023-09-08 17:08:45 -04:00
parent 8bf5b49552
commit 42b6e8ed08
5 changed files with 58 additions and 55 deletions

View File

@@ -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