added stacks for backup

This commit is contained in:
samjage
2026-04-06 10:13:21 -04:00
parent 12892ec9db
commit c948d5cbde
22 changed files with 998 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
gitea:
image: gitea/gitea:latest
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
- GITEA__database__DB_TYPE=sqlite3
volumes:
- /opt/gitea/data:/data
ports:
- "3001:3000"
- "222:22"
restart: unless-stopped
networks:
- backbone
networks:
backbone:
external: true