feat: add more

This commit is contained in:
Sun-ZhenXing
2025-10-06 21:48:39 +08:00
parent f330e00fa0
commit 3c609b5989
120 changed files with 7698 additions and 59 deletions

15
src/dockge/.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Dockge version
DOCKGE_VERSION="1"
# Port override
PORT_OVERRIDE=5001
# Stacks directory on host
STACKS_DIR="./stacks"
# Stacks directory inside container
DOCKGE_STACKS_DIR="/opt/stacks"
# User and group IDs
PUID=1000
PGID=1000