testing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user