changes
This commit is contained in:
parent
e4c2e8d63a
commit
5dc6044906
8 changed files with 38 additions and 39 deletions
|
@ -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
|
||||
|
|
Reference in a new issue