This commit is contained in:
Didier Slof 2023-03-01 15:17:10 +01:00
parent e4c2e8d63a
commit 5dc6044906
Signed by: didier
GPG key ID: 01E71F18AA4398E5
8 changed files with 38 additions and 39 deletions

View file

@ -2,8 +2,9 @@ version: '2.2'
services:
gitea:
privileged: true
image: gitea/gitea:latest
restart: always
privileged: true
environment:
- USER_UID=1000
- USER_GID=1002
@ -11,9 +12,6 @@ services:
- LETSENCRYPT_HOST=gitea.faulty.nl
- VIRTUAL_HOST=gitea.faulty.nl
- VIRTUAL_PORT=3000
restart: always
networks:
- proxy
volumes:
- /srv/gitea/data:/data/git
- /srv/gitea/config:/data/gitea
@ -22,6 +20,9 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "2222:22"
networks:
- proxy
- internal
gitlab:
image: gitlab/gitlab-ce:latest