1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
focalboard/docker/docker-compose.yml
2021-03-19 11:15:20 -04:00

13 lines
200 B
YAML

version: "3"
services:
app:
build:
context: ./
container_name: focalboard
ports:
- 80:8000
environment:
- VIRTUAL_HOST=focalboard.local
- VIRTUAL_PORT=8000