Skip to content

Commit 580d20b

Browse files
Fix broken databus-rc12 image by adding local build config
1 parent 2fff158 commit 580d20b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
version: "3.0"
22
name: "databus-nodejs-dockerized"
3+
34
services:
45
databus:
5-
image: "databus-rc12"
6+
build:
7+
context: .
8+
dockerfile: Dockerfile
9+
image: databus-local
610
ports:
711
- 3000:3000 # HTTP: Databus web UI
812
# - 80:80 # ** uncomment if proxy enabled only** HTTP port of included proxy (caddy) necessary for Auto-HTTPS via ACME and HTTP->HTTPS redirect

0 commit comments

Comments
 (0)