mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-04 15:10:46 +00:00
(feat) fix mounts
This commit is contained in:
@@ -9,8 +9,8 @@ services:
|
|||||||
- BACKEND_API_HOST=backend-api
|
- BACKEND_API_HOST=backend-api
|
||||||
- BACKEND_API_PORT=8000
|
- BACKEND_API_PORT=8000
|
||||||
volumes:
|
volumes:
|
||||||
- credentials.yml:/dashboard/credentials.yml
|
- ./credentials.yml:/home/dashboard/credentials.yml
|
||||||
- ./pages:/dashboard/frontend/pages
|
- ./pages:/home/dashboard/frontend/pages
|
||||||
networks:
|
networks:
|
||||||
- emqx-bridge
|
- emqx-bridge
|
||||||
backend-api:
|
backend-api:
|
||||||
|
|||||||
Reference in New Issue
Block a user