We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fff158 commit 580d20bCopy full SHA for 580d20b
docker-compose.yml
@@ -1,8 +1,12 @@
1
version: "3.0"
2
name: "databus-nodejs-dockerized"
3
+
4
services:
5
databus:
- image: "databus-rc12"
6
+ build:
7
+ context: .
8
+ dockerfile: Dockerfile
9
+ image: databus-local
10
ports:
11
- 3000:3000 # HTTP: Databus web UI
12
# - 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