aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/browsh/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com/browsh/docker-compose.yaml')
-rw-r--r--terminaldweller.com/browsh/docker-compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/terminaldweller.com/browsh/docker-compose.yaml b/terminaldweller.com/browsh/docker-compose.yaml
new file mode 100644
index 0000000..4778988
--- /dev/null
+++ b/terminaldweller.com/browsh/docker-compose.yaml
@@ -0,0 +1,13 @@
+version: "3"
+services:
+ browsh:
+ image: browsh/browsh:v1.8.0
+ networks:
+ - browshnet
+ ports:
+ - "4333:4333"
+ restart: unless-stopped
+ entrypoint: "/app/bin/browsh"
+ command: ["--http-server-mode"]
+networks:
+ browshnet: