Added Bytestash to the docker stack and added Proxmox services to the README.md

This commit is contained in:
2025-09-25 07:28:04 +00:00
parent 4a8ea0a8b6
commit af8fb1a502
2 changed files with 31 additions and 0 deletions

View File

@@ -584,6 +584,23 @@ services:
restart: unless-stopped
# System Utilities
bytestash:
image: "ghcr.io/jordan-dalby/bytestash:latest"
container_name: bytestash
restart: always
volumes:
- /docker-local/bytestash/snippets:/data/snippets
ports:
- "5661:5000"
environment:
BASE_PATH: ""
JWT_SECRET: ${BYTE_JWT_SECRET}
TOKEN_EXPIRY: 24h
ALLOW_NEW_ACCOUNTS: "false"
DEBUG: "true"
DISABLE_ACCOUNTS: "false"
DISABLE_INTERNAL_ACCOUNTS: "false"
dockerproxy:
image: ghcr.io/tecnativa/docker-socket-proxy:latest
container_name: dockerproxy