updates: gitea

This commit is contained in:
Iurii Tatishchev 2023-02-18 18:49:40 -08:00
parent 0f1ca446cd
commit 2a686f9372
Signed by: CaZzzer
GPG Key ID: 9A156B7DA6398968
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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