This commit is contained in:
2024-11-26 10:51:59 -06:00
parent 2fe6c2b472
commit 651692ed42

View File

@@ -1,5 +1,6 @@
services:
bytestash:
container_name: bytestash
image: "ghcr.io/jordan-dalby/bytestash:latest"
restart: always
volumes:
@@ -13,10 +14,10 @@ services:
BASE_PATH: ""
JWT_SECRET: ea1ohs0OhShaeBuem7munouy0faSee
TOKEN_EXPIRY: 24h
ALLOW_NEW_ACCOUNTS: "true"
DEBUG: "true"
ALLOW_NEW_ACCOUNTS: "false"
DEBUG: "false"
DISABLE_ACCOUNTS: "true"
DISABLE_INTERNAL_ACCOUNTS: "false"
DISABLE_INTERNAL_ACCOUNTS: "true"
networks:
reverse-proxy: