Add Docker Compose files for Gitea and Nextcloud services

This commit is contained in:
Dmitry
2026-05-17 14:01:15 +03:00
commit 195368b57c
2 changed files with 98 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
services:
gitea:
environment:
USER_GID: "1000"
USER_UID: "1000"
hostname: gitea
image: gitea/gitea:latest
network_mode: bridge
ports:
- target: 3000
published: "3002"
protocol: tcp
- target: 22
published: "2222"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /srv/stacks/gitea/data
target: /data
networks:
default:
name: gitea_default
x-dockge:
urls:
- https://git.ada-dev.ru