This repository has been archived on 2021-08-31. You can view files and clone it, but cannot push or open issues or pull requests.
mattermost/docker-compose.yml
2015-11-30 17:58:11 +09:00

17 lines
169 B
YAML

db:
build: db
ports:
- "5432"
app:
build: app
links:
- db:pg
ports:
- "80"
web:
build: web
ports:
- "8065:443"
links:
- app:platform