mirror of
https://github.com/plankanban/planka.git
synced 2025-08-10 16:05:35 +02:00
chore: update docker-compose.yml
This commit is contained in:
parent
92f07fb9af
commit
3286b1a397
1 changed files with 3 additions and 2 deletions
|
@ -2,14 +2,15 @@ version: '3'
|
|||
|
||||
services:
|
||||
planka:
|
||||
image: ghcr.io/plankanban/planka:latest
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- user-avatars:/app/public/user-avatars
|
||||
- project-background-images:/app/public/project-background-images
|
||||
- attachments:/app/private/attachments
|
||||
ports:
|
||||
- 3000:1337
|
||||
- 80:1337
|
||||
environment:
|
||||
- BASE_URL=${BASE_URL:-https://planka-new.homeclean.co.uk}
|
||||
- DATABASE_URL=postgresql://user:password@postgres:5432/planka
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue