Deno docker update (#174)
Fix #150: update Dockerfile and docker-compose
This commit is contained in:
+10
-8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user