updated gitea with working service yaml
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
registry:
|
registry:
|
||||||
image: registry:2
|
image: registry:2
|
||||||
@@ -24,15 +22,15 @@ services:
|
|||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
ports:
|
|
||||||
- "3001:3000" # Web UI
|
|
||||||
- "222:22" # SSH
|
|
||||||
volumes:
|
|
||||||
- ./gitea-data:/data
|
|
||||||
environment:
|
environment:
|
||||||
USER_UID: 1000
|
- USER_UID=${PUID}
|
||||||
USER_GID: 1000
|
- USER_GID=${PGID}
|
||||||
restart: always
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "6002:3000" # Web UI
|
||||||
|
- "222:22" # SSH
|
||||||
|
volumes:
|
||||||
|
- /home/aetos/gitea:/data
|
||||||
|
|
||||||
drone-server:
|
drone-server:
|
||||||
image: drone/drone:2
|
image: drone/drone:2
|
||||||
|
Reference in New Issue
Block a user