Added GitTea
This commit is contained in:
parent
ea4ae0cf4e
commit
c6801147b3
@ -31,6 +31,8 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:8080:80"
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- mysql
|
||||
#Bitwarden rs (8081)
|
||||
bitwarden:
|
||||
image: "vaultwarden/server:latest"
|
||||
@ -39,6 +41,21 @@ services:
|
||||
volumes:
|
||||
- ./bitwarden/:/data/
|
||||
restart: unless-stopped
|
||||
|
||||
#gitea (8082)
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
ports:
|
||||
- "127.0.0.1:8082:3000"
|
||||
volumes:
|
||||
- ./gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
#Email API (8082)
|
||||
# mailAPI:
|
||||
# image: "skykery/api_mail"
|
||||
|
Loading…
Reference in New Issue
Block a user