Compare commits
2 Commits
76862f6596
...
83b70c9096
| Author | SHA1 | Date | |
|---|---|---|---|
|
83b70c9096
|
|||
|
5a5dde6be9
|
@@ -9,7 +9,7 @@ services:
|
||||
- attachments:/app/private/attachments
|
||||
|
||||
environment:
|
||||
BASE_URL: http://localhost:3000
|
||||
BASE_URL: https://planka.marijndoeve.nl
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres/planka
|
||||
|
||||
SECRET_KEY: ${SECRET_KEY}
|
||||
@@ -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,10 +84,18 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
networks:
|
||||
- internal
|
||||
|
||||
volumes:
|
||||
favicons:
|
||||
user-avatars:
|
||||
background-images:
|
||||
attachments:
|
||||
db-data:
|
||||
db-data:
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
internal:
|
||||
external: false
|
||||
Reference in New Issue
Block a user