1
0
Fork 0
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:
Albert Buenaventura 2024-05-02 21:06:20 +08:00
parent 92f07fb9af
commit 3286b1a397

View file

@ -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