General updates and clean up.
This commit is contained in:
@@ -223,6 +223,7 @@ services:
|
||||
# - NEXTCLOUD_TRUSTED_DOMAINS=oneskyit.com
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
container_name: ae_redis_dev
|
||||
image: redis
|
||||
ports:
|
||||
@@ -247,6 +248,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_api_config.py:/srv/aether_api/app/config.py
|
||||
|
||||
- ./logs/ae_api:/logs
|
||||
@@ -264,6 +266,11 @@ services:
|
||||
- ./srv/aether_api_ln:/srv/aether_api
|
||||
- ./srv/hosted_files_ln:/srv/hosted_files
|
||||
- ./srv/hosted_tmp_ln:/srv/hosted_tmp
|
||||
|
||||
# - ./tmp/ae_api:/tmp
|
||||
|
||||
- ./temp/ae_api:/temp
|
||||
# - ./temp/ae_api/aether_fastapi_requirements_current.txt:/temp/requirements_current.txt
|
||||
# links:
|
||||
# - redis
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user