Skip to content

Commit 8ac1eb1

Browse files
committed
build: add dashboard service in docker-compose
1 parent 604d9b8 commit 8ac1eb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: carenage/docker-compose.yml

+9
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ services:
8484
networks:
8585
- carenage
8686

87+
dashboard:
88+
build:
89+
context: ../dashboard
90+
ports:
91+
- "5173:5173"
92+
profiles: [prod]
93+
networks:
94+
- carenage
95+
8796

8897
volumes:
8998
powerdata: {}

0 commit comments

Comments
 (0)