This commit is contained in:
CHIEFSOFT\ameye
2025-10-16 23:02:24 -04:00
parent 139e5de634
commit 94f18c2c62
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -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 =========================================================
+6
View File
@@ -17,3 +17,9 @@ services:
restart: always
networks:
default:
driver: bridge
ipam:
config:
- subnet: 10.244.0.0/26
+9 -2
View File
@@ -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
View File
@@ -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 =========================================================