infra(webhook): gitea und webhook dc-yml neu
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
bruchtal-webhook:
|
||||
image: thecatlady/webhook:2.8.0
|
||||
container_name: bruchtal-webhook
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9001:9001"
|
||||
networks:
|
||||
- bruchtal-net # 👈 neu für gitea
|
||||
volumes:
|
||||
- /docker/Bruchtal/deploy/hooks.json:/hooks/hooks.json:ro
|
||||
- /docker/Bruchtal:/docker/Bruchtal:rw
|
||||
command: ["-hooks", "/hooks/hooks.json", "-verbose", "-port", "9001", "-ip", "0.0.0.0"]
|
||||
|
||||
networks:
|
||||
bruchtal-net:
|
||||
external: true
|
||||
@@ -1,22 +1,26 @@
|
||||
networks:
|
||||
gitea:
|
||||
external: false
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:1.24
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
- /docker/Daten/gitea/data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3002:3000"
|
||||
- "2222:22"
|
||||
#rem
|
||||
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
|
||||
Reference in New Issue
Block a user