1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00
focalboard/docker-compose.yml

13 lines
206 B
YAML
Raw Normal View History

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