mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 03:45:49 +02:00
Added rsshub to miniflux stack
This commit is contained in:
parent
7fcc16de78
commit
5db1cd588e
1 changed files with 17 additions and 0 deletions
|
|
@ -56,6 +56,23 @@ services:
|
|||
constraints:
|
||||
- 'node.labels.class.miniflux==true'
|
||||
|
||||
hub:
|
||||
image: 'diygod/rsshub:latest'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- 'node.labels.class.miniflux==true'
|
||||
|
||||
environment:
|
||||
# For shorter URLs inside miniflux
|
||||
- 'PORT=80'
|
||||
- 'IG_USERNAME'
|
||||
- 'IG_PASSWORD'
|
||||
|
||||
|
||||
configs:
|
||||
miniflux_v1:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue