updated gitea with working service yaml
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user