miniflux: bump versions
parent
d7b046016d
commit
bbb1270b49
|
@ -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…
Reference in New Issue