1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-10-31 00:17:42 +02:00

update docker-compose for dependency handling

This commit is contained in:
Jeremiah Butler
2021-03-19 11:15:20 -04:00
parent f0a7713b16
commit 9d26fac616
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ services:
build:
context: ./
container_name: focalboard
depends_on:
- focalboard-db
expose:
- 8000
environment:

View File

@@ -2,7 +2,7 @@ version: "3"
services:
app:
build:
context: ./docker
context: ./
container_name: focalboard
ports:
- 80:8000