mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 10:45:47 +02:00
miniflux: bump versions
This commit is contained in:
parent
d7b046016d
commit
bbb1270b49
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'miniflux/miniflux:2.0.36'
|
image: 'miniflux/miniflux:2.0.38'
|
||||||
command: '/usr/bin/miniflux -c /etc/miniflux.conf'
|
command: '/usr/bin/miniflux -c /etc/miniflux.conf'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -32,7 +32,7 @@ services:
|
||||||
- miniflux_admin_password_v2
|
- miniflux_admin_password_v2
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'postgres:14.2-alpine'
|
image: 'postgres:14.5-alpine'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: 'replicated'
|
mode: 'replicated'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue