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.entrypoints=websecure
|
||||
- traefik.http.routers.planka.tls.certresolver=marijndoeve
|
||||
networks:
|
||||
- internal
|
||||
- web
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
restart: on-failure
|
||||
@@ -80,6 +84,8 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
networks:
|
||||
- internal
|
||||
|
||||
volumes:
|
||||
favicons:
|
||||
@@ -87,3 +93,9 @@ volumes:
|
||||
background-images:
|
||||
attachments:
|
||||
db-data:
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
internal:
|
||||
external: false
|
||||
Reference in New Issue
Block a user