vikunja: bump versions

master
Jef Roosens 2023-01-05 10:14:10 +01:00
parent 1deedba7e8
commit f642530e2e
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services: services:
frontend: frontend:
image: 'vikunja/frontend:0.20.0' image: 'vikunja/frontend:0.20.2'
deploy: deploy:
# Frontend just serves some static files # Frontend just serves some static files
@ -20,7 +20,7 @@ services:
- 'public' - 'public'
api: api:
image: 'vikunja/api:0.20.0' image: 'vikunja/api:0.20.1'
deploy: deploy:
mode: 'replicated' mode: 'replicated'
@ -58,7 +58,7 @@ services:
- 'api-data:/app/vikunja/files' - 'api-data:/app/vikunja/files'
db: db:
image: 'postgres:14.5' image: 'postgres:14.6'
deploy: deploy:
mode: 'replicated' mode: 'replicated'
@ -74,7 +74,7 @@ services:
- 'db-data:/var/lib/postgresql/data' - 'db-data:/var/lib/postgresql/data'
redis: redis:
image: 'redis:7.0.5-alpine' image: 'redis:7.0.7-alpine'
healthcheck: healthcheck:
test: 'redis-cli -h localhost ping' test: 'redis-cli -h localhost ping'