More organization

This commit is contained in:
Scott Idem
2023-02-22 17:11:51 -05:00
parent 3a79aea7f8
commit 3a9a7a559f
4 changed files with 42 additions and 10 deletions

View File

@@ -24,8 +24,8 @@ services:
- ./srv/html_php:/srv/html_php
- ./srv/oneskyit_site:/srv/oneskyit_site
- ./srv/hosted_files_dev_link:/srv/hosted_files
- ./srv/hosted_tmp_dev_link:/srv/hosted_tmp
- ./srv/hosted_files_ln:/srv/hosted_files
- ./srv/hosted_tmp_ln:/srv/hosted_tmp
# NOTE: Nextcloud Docker container requires (sort of) the path to be /var/www/html
# - ./srv/nextcloud:/srv/nextcloud
@@ -245,9 +245,9 @@ services:
# - ./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_link:/srv/aether_api
- ./srv/hosted_files_dev_link:/srv/hosted_files
- ./srv/hosted_tmp_dev_link:/srv/hosted_tmp
- ./srv/aether_api_ln:/srv/aether_api
- ./srv/hosted_files_ln:/srv/hosted_files
- ./srv/hosted_tmp_ln:/srv/hosted_tmp
# links:
# - redis
depends_on:
@@ -281,9 +281,9 @@ services:
# - ./logs/aether_flask_gunicorn_error.log:/logs/gunicorn_error.log
# - ./logs/aether_app.log:/logs/aether_app.log
# - ./logs/aether_app_warning.log:/logs/aether_app_warning.log
- ./srv/aether_app_link:/srv/aether_app
- ./srv/hosted_files_dev_link:/srv/hosted_files
- ./srv/hosted_tmp_dev_link:/srv/hosted_tmp
- ./srv/aether_app_ln:/srv/aether_app
- ./srv/hosted_files_ln:/srv/hosted_files
- ./srv/hosted_tmp_ln:/srv/hosted_tmp
depends_on:
- aether_api_gunicorn
stdin_open: true # docker run -i