Miniflux: pantalaimon access
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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