Compare commits
2 Commits
76862f6596
...
83b70c9096
| Author | SHA1 | Date | |
|---|---|---|---|
|
83b70c9096
|
|||
|
5a5dde6be9
|
@@ -9,7 +9,7 @@ services:
|
|||||||
- attachments:/app/private/attachments
|
- attachments:/app/private/attachments
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
BASE_URL: http://localhost:3000
|
BASE_URL: https://planka.marijndoeve.nl
|
||||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres/planka
|
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres/planka
|
||||||
|
|
||||||
SECRET_KEY: ${SECRET_KEY}
|
SECRET_KEY: ${SECRET_KEY}
|
||||||
@@ -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