services: Remove Gitea
This commit is contained in:
parent
31500c52ba
commit
6c3862c3ca
|
@ -100,29 +100,6 @@ services:
|
||||||
- "default"
|
- "default"
|
||||||
- "proxy-tier"
|
- "proxy-tier"
|
||||||
|
|
||||||
gitea:
|
|
||||||
image: gitea/gitea:latest
|
|
||||||
container_name: gitea
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- VIRTUAL_HOST=gitea.belanyi.fr
|
|
||||||
- LETSENCRYPT_HOST=gitea.belanyi.fr
|
|
||||||
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
|
|
||||||
- VIRTUAL_PORT=3000
|
|
||||||
- ROOT_URL=https://gitea.belanyi.fr
|
|
||||||
- DOMAIN=gitea.belanyi.fr
|
|
||||||
- PROTOCOL=http
|
|
||||||
- USER_UID=1000
|
|
||||||
- USER_GID=1000
|
|
||||||
volumes:
|
|
||||||
- ./gitea:/data
|
|
||||||
ports:
|
|
||||||
- "5000:3000"
|
|
||||||
- "222:22"
|
|
||||||
networks:
|
|
||||||
- "proxy-tier"
|
|
||||||
- "default"
|
|
||||||
|
|
||||||
tenma:
|
tenma:
|
||||||
image: hmhrex/tenma
|
image: hmhrex/tenma
|
||||||
container_name: tenma
|
container_name: tenma
|
||||||
|
|
Reference in a new issue