gitea
This commit is contained in:
parent
b8a713598b
commit
3a132aa197
|
@ -14,6 +14,9 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
- redis
|
||||||
|
ports:
|
||||||
|
- 2222:22/tcp
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.gitea.rule=Host(`git.bhasher.com`)"
|
- "traefik.http.routers.gitea.rule=Host(`git.bhasher.com`)"
|
||||||
|
|
Loading…
Reference in New Issue