Skip to content

Commit 56655da

Browse files
committed
updated dockerfile
1 parent fca8707 commit 56655da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

infrastructure/deploy/docker-compose.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ services:
3636
networks:
3737
- databuddy_ingress
3838
- databuddy_aqua
39+
expose:
40+
- 3000
3941

4042
dashboard:
4143
image: "registry.databuddy.cc/dashboard:{{version}}"
@@ -54,6 +56,8 @@ services:
5456
networks:
5557
- databuddy_ingress
5658
- databuddy_aqua
59+
expose:
60+
- 3000
5761

5862
basket:
5963
image: "registry.databuddy.cc/basket:{{version}}"
@@ -72,6 +76,8 @@ services:
7276
networks:
7377
- databuddy_ingress
7478
- databuddy_aqua
79+
expose:
80+
- 3000
7581

7682
networks:
7783
databuddy_ingress:

0 commit comments

Comments
 (0)