kanban / docker /docker-compose.yml
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
version: "3"
services:
app:
build:
context: ../
dockerfile: docker/Dockerfile
container_name: focalboard
volumes:
- fbdata:/opt/focalboard/data
ports:
- 80:8000
environment:
- VIRTUAL_HOST=focalboard.local
- VIRTUAL_PORT=8000
volumes:
fbdata: