mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-06 15:10:52 +00:00
(feat) modify compose for backend api security
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
|||||||
- AUTH_SYSTEM_ENABLED=False
|
- AUTH_SYSTEM_ENABLED=False
|
||||||
- BACKEND_API_HOST=backend-api
|
- BACKEND_API_HOST=backend-api
|
||||||
- BACKEND_API_PORT=8000
|
- BACKEND_API_PORT=8000
|
||||||
|
- USERNAME=admin
|
||||||
|
- PASSWORD=admin
|
||||||
volumes:
|
volumes:
|
||||||
- ./credentials.yml:/home/dashboard/credentials.yml
|
- ./credentials.yml:/home/dashboard/credentials.yml
|
||||||
- ./pages:/home/dashboard/frontend/pages
|
- ./pages:/home/dashboard/frontend/pages
|
||||||
|
|||||||
Reference in New Issue
Block a user