Add networks to planka
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user