1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-05 14:50:29 +02:00
focalboard/docker/docker-compose.yml

13 lines
200 B
YAML
Raw Normal View History

2021-03-18 17:53:38 +02:00
version: "3"
services:
app:
build:
context: ./
2021-03-18 17:53:38 +02:00
container_name: focalboard
ports:
- 80:8000
2021-03-18 17:53:38 +02:00
environment:
- VIRTUAL_HOST=focalboard.local
- VIRTUAL_PORT=8000