Updated the cert filenames and paths
This commit is contained in:
@@ -46,7 +46,7 @@ services:
|
||||
# - ./conf/nginx/other.conf:/etc/nginx/conf.d/other.conf
|
||||
|
||||
- ./conf/nginx/site.conf:/etc/nginx/conf.d/0_site.conf
|
||||
|
||||
|
||||
# - ./conf/nginx/site-enabled_aether-mailman2.conf:/etc/nginx/conf.d/site-enabled_aether-mailman2.conf
|
||||
# - ./conf/nginx/site-enabled_aether-nextcloud.conf:/etc/nginx/conf.d/site-enabled_aether-nextcloud.conf
|
||||
# - ./conf/nginx/site-enabled_aether-phpmyadmin.conf:/etc/nginx/templates/site-enabled_aether-phpmyadmin.conf.template
|
||||
@@ -58,6 +58,8 @@ services:
|
||||
# - ./conf/nginx/site-enabled_aether_api_v5_fastapi_gunicorn.conf:/etc/nginx/templates/site-enabled_aether_api_v5_fastapi_gunicorn.conf.template
|
||||
- ./conf/nginx/site-enabled_aether_flask_gunicorn.conf:/etc/nginx/templates/site-enabled_aether_flask_gunicorn.conf.template
|
||||
|
||||
- ./conf/certs/oneskyit_wild_fullchain.pem:/etc/certs/fullchain_wild.pem
|
||||
- ./conf/certs/oneskyit_wild_privkey.pem:/etc/certs/privkey_wild.pem
|
||||
- ./conf/certs/oneskyit.com_fullchain.pem:/etc/certs/fullchain.pem
|
||||
- ./conf/certs/oneskyit.com_privkey.pem:/etc/certs/privkey.pem
|
||||
- ./conf/certs/ssl-dhparams.pem:/etc/certs/ssl-dhparams.pem
|
||||
@@ -251,11 +253,11 @@ services:
|
||||
- ./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/aether_fastapi_gunicorn.log:/logs/gunicorn.log
|
||||
# - ./logs/aether_fastapi_gunicorn_access.log:/logs/gunicorn_access.log
|
||||
# - ./logs/aether_fastapi_gunicorn_error.log:/logs/gunicorn_error.log
|
||||
# - ./logs/aether_fastapi_gunicorn_error.log:/logs/gunicorn_error.log
|
||||
# - ./logs/aether_api.log:/logs/aether_api.log
|
||||
# - ./logs/ae_api/aether_api.log.1:/logs/aether_api.log.1
|
||||
# - ./logs/ae_api/aether_api.log.2:/logs/aether_api.log.2
|
||||
@@ -263,13 +265,13 @@ services:
|
||||
# - ./logs/ae_api/aether_api.log.4:/logs/aether_api.log.4
|
||||
# - ./logs/ae_api/aether_api.log.5:/logs/aether_api.log.5
|
||||
# - ./logs/ae_api/aether_api_warning.log:/logs/aether_api_warning.log
|
||||
|
||||
|
||||
- ./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:
|
||||
@@ -278,7 +280,7 @@ services:
|
||||
- redis
|
||||
stdin_open: true # docker run -i
|
||||
tty: true # docker run -t
|
||||
|
||||
|
||||
# aether_api_v5_gunicorn:
|
||||
# restart: always
|
||||
# container_name: ae_api_v5_dev
|
||||
@@ -294,15 +296,15 @@ services:
|
||||
# - ./conf/aether_api_v5_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
|
||||
# - ./conf/aether_api_v5_fastapi_requirements_current.txt:/conf/requirements_current.txt
|
||||
# - ./conf/aether_api_v5_fastapi_config.py:/srv/aether_api/app/config.py
|
||||
#
|
||||
#
|
||||
# - ./logs/ae_api_v5:/logs
|
||||
#
|
||||
#
|
||||
# - ./srv/aether_api_v5_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:
|
||||
|
||||
Reference in New Issue
Block a user