core env
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Environment Variables ======================================================
|
||||
BASIC_AUTH_USERNAME=user
|
||||
BASIC_AUTH_PASSWORD=password
|
||||
SWAGGER_URL="/documentation"
|
||||
SWAGGER_URL="/documentation/"
|
||||
API_URL="/swagger.json"
|
||||
|
||||
# Flask Configuration =========================================================
|
||||
|
||||
@@ -17,3 +17,9 @@ services:
|
||||
restart: always
|
||||
|
||||
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.244.0.0/26
|
||||
|
||||
@@ -27,7 +27,14 @@ services:
|
||||
- SWAGGER_JSON=/usr/local/openapi.yml
|
||||
restart: always
|
||||
networks:
|
||||
- digital
|
||||
- default
|
||||
#networks:
|
||||
# digital:
|
||||
# driver: bridge
|
||||
|
||||
networks:
|
||||
digital:
|
||||
default:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.244.0.0/26
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Environment Variables ======================================================
|
||||
BASIC_AUTH_USERNAME=user
|
||||
BASIC_AUTH_PASSWORD=password
|
||||
SWAGGER_URL="/documentation"
|
||||
SWAGGER_URL="/documentation/"
|
||||
API_URL="/swagger.json"
|
||||
|
||||
# Flask Configuration =========================================================
|
||||
|
||||
Reference in New Issue
Block a user