Miniflux: pantalaimon access
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Manske 2023-03-30 01:08:46 +02:00
parent 4dd6ac9190
commit 9e57547767
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ services:
networks:
- backend
- gateway
- pantalaimon
db:
image: postgres:13
@ -54,4 +55,6 @@ networks:
gateway:
external: true
name: gateway
pantalaimon:
external: true
...