(feat) add credentials as a volume

This commit is contained in:
cardosofede
2024-07-09 18:09:26 +03:00
parent 8bf1a08f57
commit 2bd2f55db1

View File

@@ -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: