updated gitea with working service yaml

This commit is contained in:
2025-09-22 16:04:22 +00:00
parent 8489b1c7f7
commit eb5f44341f

View File

@@ -1,5 +1,3 @@
version: "3.9"
services:
registry:
image: registry:2
@@ -24,15 +22,15 @@ services:
gitea:
image: gitea/gitea:latest
container_name: gitea
ports:
- "3001:3000" # Web UI
- "222:22" # SSH
volumes:
- ./gitea-data:/data
environment:
USER_UID: 1000
USER_GID: 1000
- USER_UID=${PUID}
- USER_GID=${PGID}
restart: always
ports:
- "6002:3000" # Web UI
- "222:22" # SSH
volumes:
- /home/aetos/gitea:/data
drone-server:
image: drone/drone:2