infra(comose): ordern umbenannt

This commit is contained in:
2026-03-05 18:39:06 +01:00
parent 6465cd9ddc
commit 4c11ae66e0
24 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
services:
server:
image: gitea/gitea:1.24
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
restart: unless-stopped
networks:
- gitea
- bruchtal-net # 👈 neu für bruchtal-webhook
volumes:
- /docker/Daten/gitea/data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3002:3000"
- "2222:22"
networks:
gitea:
external: false
bruchtal-net: # 👈 neu für bruchtal-webhook
external: true
##