I don't know
This commit is contained in:
@@ -66,7 +66,7 @@ server {
|
|||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
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 ${DOCKER_AE_API_V5_SERVER_NAME} v5-fastapi.localhost api-v5.localhost;
|
||||||
# server_name
|
# server_name
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ server {
|
|||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
http2 on;
|
# http2 on;
|
||||||
|
|
||||||
server_name
|
server_name
|
||||||
${DOCKER_AE_API_SERVER_NAME}
|
${DOCKER_AE_API_SERVER_NAME}
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ server {
|
|||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
http2 on;
|
# http2 on;
|
||||||
|
|
||||||
# The Docker nginx envsubst with templates does not work for multiple server names.
|
# The Docker nginx envsubst with templates does not work for multiple server names.
|
||||||
# server_name
|
# server_name
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ server {
|
|||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
http2 on;
|
# http2 on;
|
||||||
|
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
|
|||||||
@@ -142,6 +142,9 @@ services:
|
|||||||
- "${AE_API_GUNICORN_PORT}:5005"
|
- "${AE_API_GUNICORN_PORT}:5005"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
|
- "${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:
|
# expose:
|
||||||
# - 5005
|
# - 5005
|
||||||
# networks:
|
# networks:
|
||||||
@@ -180,6 +183,9 @@ services:
|
|||||||
- "${AE_API_GUNICORN_PORT_RED}:5005"
|
- "${AE_API_GUNICORN_PORT_RED}:5005"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
|
- "${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:
|
# expose:
|
||||||
# - 5005
|
# - 5005
|
||||||
# networks:
|
# networks:
|
||||||
@@ -218,6 +224,9 @@ services:
|
|||||||
- "${AE_API_GUNICORN_PORT_BLUE}:5005"
|
- "${AE_API_GUNICORN_PORT_BLUE}:5005"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
|
- "${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:
|
# expose:
|
||||||
# - 5005
|
# - 5005
|
||||||
# networks:
|
# networks:
|
||||||
@@ -256,6 +265,9 @@ services:
|
|||||||
- "${AE_API_GUNICORN_PORT_GREEN}:5005"
|
- "${AE_API_GUNICORN_PORT_GREEN}:5005"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
|
- "${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:
|
# expose:
|
||||||
# - 5005
|
# - 5005
|
||||||
# networks:
|
# networks:
|
||||||
@@ -294,6 +306,9 @@ services:
|
|||||||
- "${AE_API_GUNICORN_PORT_BLACK}:5005"
|
- "${AE_API_GUNICORN_PORT_BLACK}:5005"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOCKER_AE_SERVER_EXTRA_HOST}"
|
- "${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:
|
volumes:
|
||||||
- ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
|
- ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
|
||||||
- ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt
|
- ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt
|
||||||
@@ -324,6 +339,9 @@ services:
|
|||||||
# - "${AE_API_GUNICORN_PORT_WHITE}:5005"
|
# - "${AE_API_GUNICORN_PORT_WHITE}:5005"
|
||||||
# extra_hosts:
|
# extra_hosts:
|
||||||
# - "${DOCKER_AE_SERVER_EXTRA_HOST}"
|
# - "${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:
|
# volumes:
|
||||||
# - ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
|
# - ./conf/aether_fastapi_gunicorn_conf.py:/conf/gunicorn_fastapi_conf.py
|
||||||
# - ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt
|
# - ./conf/aether_fastapi_requirements_current.txt:/requirements_current.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user