Upgrade software versions

This commit is contained in:
Felix Ableitner 2022-08-04 20:03:11 +02:00
parent 99027a6b96
commit fbaa5136fe
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ version: "2.2"
services:
gitea:
image: gitea/gitea:1.15
image: gitea/gitea:1.17
restart: always
volumes:
- ./volumes/gitea:/data
@ -19,10 +19,10 @@ services:
mem_limit: 500m
weblate:
image: weblate/weblate:4.8.1-2
image: weblate/weblate:4.13.1-2
restart: always
ports:
- 127.0.0.1:3001:8080
- "127.0.0.1:3001:8080"
environment:
- WEBLATE_EMAIL_HOST=postfix
- WEBLATE_EMAIL_USE_TLS=0
@ -49,10 +49,10 @@ services:
- postfix
drone:
image: drone/drone:2.4
image: drone/drone:2.12.1
restart: always
ports:
- 127.0.0.1:8194:80
- "127.0.0.1:8194:80"
environment:
- DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID}
- DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET}