Add networks to planka

This commit is contained in:
2025-07-13 22:07:20 +02:00
parent 76862f6596
commit 5a5dde6be9

View File

@@ -66,6 +66,10 @@ services:
- traefik.http.routers.planka.rule=Host(`planka.marijndoeve.nl`) - traefik.http.routers.planka.rule=Host(`planka.marijndoeve.nl`)
- traefik.http.routers.planka.entrypoints=websecure - traefik.http.routers.planka.entrypoints=websecure
- traefik.http.routers.planka.tls.certresolver=marijndoeve - traefik.http.routers.planka.tls.certresolver=marijndoeve
networks:
- internal
- web
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
restart: on-failure restart: on-failure
@@ -80,10 +84,18 @@ services:
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5
networks:
- internal
volumes: volumes:
favicons: favicons:
user-avatars: user-avatars:
background-images: background-images:
attachments: attachments:
db-data: db-data:
networks:
web:
external: true
internal:
external: false