Orderreorganisation.

This commit is contained in:
Olli Graf
2026-05-25 14:36:57 +02:00
parent 30abcb21e4
commit f828836f6e
9 changed files with 43 additions and 0 deletions

14
gitea/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3"
services:
gitea:
network_mode: host
container_name: gitea
image: kunde21/gitea-arm:latest
ports:
- "3000:3000/tcp"
- "23:22/tcp"
# Volumes store your data between container upgrades
volumes:
- '/opt/gitea:/data'
restart: unless-stopped