41d01c18fb
* docker: fix docker file image and apply some good practices * update docker-compose
12 lines
235 B
YAML
12 lines
235 B
YAML
version: "3"
|
|
services:
|
|
app:
|
|
build:
|
|
context: ../
|
|
dockerfile: docker/Dockerfile
|
|
container_name: focalboard
|
|
ports:
|
|
- 80:8000
|
|
environment:
|
|
- VIRTUAL_HOST=focalboard.local
|
|
- VIRTUAL_PORT=8000
|