diff --git a/bytestash/compose.yml b/bytestash/compose.yml index bc6c8b6..959e2a1 100644 --- a/bytestash/compose.yml +++ b/bytestash/compose.yml @@ -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: