I don't know

This commit is contained in:
Scott Idem
2024-03-29 19:08:16 -04:00
parent 74dc0e1a7e
commit 96fbca2b2c
5 changed files with 22 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ server {
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
# http2 on;
server_name ${DOCKER_AE_API_V5_SERVER_NAME} v5-fastapi.localhost api-v5.localhost;
# server_name

View File

@@ -71,7 +71,7 @@ server {
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
# http2 on;
server_name
${DOCKER_AE_API_SERVER_NAME}

View File

@@ -77,7 +77,7 @@ server {
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
# http2 on;
# The Docker nginx envsubst with templates does not work for multiple server names.
# server_name

View File

@@ -68,7 +68,7 @@ server {
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
# http2 on;
server_name _;

View File

@@ -142,6 +142,9 @@ services:
- "${AE_API_GUNICORN_PORT}:5005"
extra_hosts:
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_APP_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_BAK_SERVER_EXTRA_HOST}"
# expose:
# - 5005
# networks:
@@ -180,6 +183,9 @@ services:
- "${AE_API_GUNICORN_PORT_RED}:5005"
extra_hosts:
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_APP_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_BAK_SERVER_EXTRA_HOST}"
# expose:
# - 5005
# networks:
@@ -218,6 +224,9 @@ services:
- "${AE_API_GUNICORN_PORT_BLUE}:5005"
extra_hosts:
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_APP_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_BAK_SERVER_EXTRA_HOST}"
# expose:
# - 5005
# networks:
@@ -256,6 +265,9 @@ services:
- "${AE_API_GUNICORN_PORT_GREEN}:5005"
extra_hosts:
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_APP_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_BAK_SERVER_EXTRA_HOST}"
# expose:
# - 5005
# networks:
@@ -294,6 +306,9 @@ services:
- "${AE_API_GUNICORN_PORT_BLACK}:5005"
extra_hosts:
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_APP_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_BAK_SERVER_EXTRA_HOST}"
volumes:
- ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
- ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt
@@ -324,6 +339,9 @@ services:
# - "${AE_API_GUNICORN_PORT_WHITE}:5005"
# extra_hosts:
# - "${DOCKER_AE_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_APP_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_SERVER_EXTRA_HOST}"
# - "${DOCKER_AE_API_BAK_SERVER_EXTRA_HOST}"
# volumes:
# - ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
# - ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt