Added GitTea
This commit is contained in:
parent
ea4ae0cf4e
commit
c6801147b3
@ -31,6 +31,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:80"
|
- "127.0.0.1:8080:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
depends_on:
|
||||||
|
- mysql
|
||||||
#Bitwarden rs (8081)
|
#Bitwarden rs (8081)
|
||||||
bitwarden:
|
bitwarden:
|
||||||
image: "vaultwarden/server:latest"
|
image: "vaultwarden/server:latest"
|
||||||
@ -39,6 +41,21 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./bitwarden/:/data/
|
- ./bitwarden/:/data/
|
||||||
restart: unless-stopped
|
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)
|
#Email API (8082)
|
||||||
# mailAPI:
|
# mailAPI:
|
||||||
# image: "skykery/api_mail"
|
# image: "skykery/api_mail"
|
||||||
|
Loading…
Reference in New Issue
Block a user