mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-20 18:28:25 +02:00
1f7470aca7
If this commit merged focalboard helm chart would be able to implement a metrics endpoint.
13 lines
199 B
YAML
13 lines
199 B
YAML
version: "3"
|
|
services:
|
|
app:
|
|
build:
|
|
context: ./
|
|
container_name: focalboard
|
|
ports:
|
|
- 80:8000
|
|
environment:
|
|
- VIRTUAL_HOST=focalboard.local
|
|
- VIRTUAL_PORT=8000
|
|
|