vikunja: bump versions
parent
1deedba7e8
commit
f642530e2e
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue