This commit is contained in:
Waloshi6
2026-01-27 17:34:16 +01:00
parent 4c3bd195b7
commit c8204829e9
237 changed files with 3542 additions and 1737 deletions

View File

@@ -0,0 +1,25 @@
x-logging: &default-logging
driver: fluentd
options:
fluentd-address: localhost:24224
tag: devops.*
services:
gitea:
image: gitea/gitea:latest
container_name: gitea
ports:
- "3001:3000"
- "2222:22"
volumes:
- ../gitea/gitea-data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
networks:
- devops-network
logging: *default-logging
networks:
devops-network:
external: true