mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-15 15:09:48 +00:00
(feat) add credentials as a volume
This commit is contained in:
@@ -5,8 +5,11 @@ services:
|
||||
ports:
|
||||
- "8501:8501"
|
||||
environment:
|
||||
- AUTH_SYSTEM_ENABLED=False
|
||||
- BACKEND_API_HOST=backend-api
|
||||
- BACKEND_API_PORT=8000
|
||||
volumes:
|
||||
- credentials.yml:/dashboard/credentials.yml
|
||||
networks:
|
||||
- emqx-bridge
|
||||
backend-api:
|
||||
|
||||
Reference in New Issue
Block a user