Update filename for Komodo

This commit is contained in:
2025-06-28 22:25:09 +05:30
parent 0686b47076
commit d99bca5d31
14 changed files with 0 additions and 0 deletions

View File

@@ -1,17 +0,0 @@
services:
bytestash:
image: ghcr.io/jordan-dalby/bytestash:1.5.8
container_name: bytestash
environment:
- JWT_SECRET=${JWT_SECRET}
- TOKEN_EXPIRY=${TOKEN_EXPIRY}
- ALLOW_NEW_ACCOUNTS=${ALLOW_NEW_ACCOUNTS}
- DEBUG=${DEBUG}
- DISABLE_ACCOUNTS=${DISABLE_ACCOUNTS}
- DISABLE_INTERNAL_ACCOUNTS=${DISABLE_INTERNAL_ACCOUNTS}
- OIDC_ENABLED=${OIDC_ENABLED}
volumes:
- ${APPDATA_PATH}/bytestash/config:/data/snippets
ports:
- "${PORT}:5000"
restart: unless-stopped