updates: gitea
This commit is contained in:
parent
0f1ca446cd
commit
2a686f9372
@ -8,7 +8,7 @@ GITEA__database__USER="{{ db_name }}"
|
|||||||
GITEA__database__PASSWD="{{ db_password }}"
|
GITEA__database__PASSWD="{{ db_password }}"
|
||||||
|
|
||||||
# Server
|
# Server
|
||||||
GITEA__server__ROOT_URL=https://gitea.cazzzer.com/
|
GITEA__server__ROOT_URL=https://gitea.{{ domain }}/
|
||||||
GITEA__server__DISABLE_SSH=true
|
GITEA__server__DISABLE_SSH=true
|
||||||
|
|
||||||
# Mail
|
# Mail
|
||||||
|
@ -11,7 +11,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:1.17.2
|
image: gitea/gitea:1.18
|
||||||
container_name: gitea_server
|
container_name: gitea_server
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user