Example docker-compose.yml
services:
bytestash:
container_name: bytestash
image: ghcr.io/jordan-dalby/bytestash:latest
restart: unless-stopped
volumes:
- ./data:/data/snippets
environment:
# See https://github.com/jordan-dalby/ByteStash/wiki/FAQ#environment-variables
BASE_PATH: ""
JWT_SECRET: OOOOOOOH
TOKEN_EXPIRY: 24h
ALLOW_NEW_ACCOUNTS: false
DEBUG: true
DISABLE_ACCOUNTS: false
DISABLE_INTERNAL_ACCOUNTS: false