chore: add env.cfg.example templates and clean up config files

This commit is contained in:
cnphpbb
2026-08-13 17:59:23 +08:00
parent c75c9884c8
commit c6eccd687b
88 changed files with 4264 additions and 88 deletions
+2 -3
View File
@@ -1,16 +1,15 @@
# Run:: docker compose -p portainer-ce --env-file ./portainer-ce/env.cfg -f ./portainer-ce/portainer-ce.yaml up -d
services:
portainer:
image: ${IMAGE_TAG}
restart: always
ports:
- "9000:9000"
- "9443:9443"
# - "9443:9443"
- "8000:8000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- data:/data
volumes:
data:
data: