Merge branch 'master' of gitlab.com:rusty-bever/deployment

master
Jef Roosens 2023-03-25 16:22:08 +01:00
commit fdfcfe339c
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
3 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ version: '3.4'
services:
app:
# Latest contains a development version
image: 'gitea/gitea:1.18.0'
image: 'gitea/gitea:1.18.5'
deploy:
mode: 'replicated'
@ -31,7 +31,7 @@ services:
- '/etc/localtime:/etc/localtime:ro'
db:
image: 'postgres:14.6-alpine'
image: 'postgres:14.7-alpine'
deploy:
mode: 'replicated'

View File

@ -2,7 +2,7 @@ version: '3.4'
services:
app:
image: 'miniflux/miniflux:2.0.40'
image: 'miniflux/miniflux:2.0.42'
command: '/usr/bin/miniflux -c /etc/miniflux.conf'
deploy:
@ -32,7 +32,7 @@ services:
- miniflux_admin_password_v2
db:
image: 'postgres:14.5-alpine'
image: 'postgres:14.7-alpine'
deploy:
mode: 'replicated'

View File

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