Deno docker update (#174)

Fix #150: update Dockerfile and docker-compose
This commit is contained in:
Zef Hemel
2022-12-07 18:43:47 +01:00
committed by GitHub
parent acec440444
commit 5b8c25f8b3
8 changed files with 109 additions and 27 deletions
+10 -8
View File
@@ -1,11 +1,13 @@
services:
sb:
build: ./
image: sb
container_name: sb
silverbullet:
image: zefhemel/silverbullet
container_name: silverbullet
restart: unless-stopped
## To enable additional options, such as BasicAuth, uncomment the following line:
# command: --user='user:pw'
volumes:
- space:/space
ports:
- ${PORT}:3000
volumes:
- type: bind
source: ${DIRECTORY}
target: /space
volumes:
space: