Update docker-compose.json

This commit is contained in:
Wraithers 2024-01-24 14:23:36 +05:30
parent 53feea7734
commit 4c6df63eab

View File

@ -1 +1,16 @@
version: '0.5'
services:
silverbullet:
image: zefhemel/silverbullet:0.6.0
container_name: 'silverbullet'
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${APP_DATA_DIR}/space:/space
environment:
- SB_USER=${SB_USER}:${SB_PASSWORD}
ports:
- ${APP_PORT}:3000
networks:
- tipi_main_network