(feat) fix mounts

This commit is contained in:
cardosofede
2024-07-23 19:56:49 +03:00
parent 44816d0238
commit fcf39eb901

View File

@@ -9,8 +9,8 @@ services:
- BACKEND_API_HOST=backend-api
- BACKEND_API_PORT=8000
volumes:
- credentials.yml:/dashboard/credentials.yml
- ./pages:/dashboard/frontend/pages
- ./credentials.yml:/home/dashboard/credentials.yml
- ./pages:/home/dashboard/frontend/pages
networks:
- emqx-bridge
backend-api: