Added Bytestash to the docker stack and added Proxmox services to the README.md
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user