We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca8707 commit 56655daCopy full SHA for 56655da
1 file changed
infrastructure/deploy/docker-compose.yaml
@@ -36,6 +36,8 @@ services:
36
networks:
37
- databuddy_ingress
38
- databuddy_aqua
39
+ expose:
40
+ - 3000
41
42
dashboard:
43
image: "registry.databuddy.cc/dashboard:{{version}}"
@@ -54,6 +56,8 @@ services:
54
56
55
57
58
59
60
61
62
basket:
63
image: "registry.databuddy.cc/basket:{{version}}"
@@ -72,6 +76,8 @@ services:
72
76
73
77
74
78
79
80
75
81
82
83
databuddy_ingress:
0 commit comments