Forked from
PortalMEC / portalmec
1038 commits behind the upstream repository.
-
Mauricio Giacomini Girardello authored
if you want to use it, see README file.
Mauricio Giacomini Girardello authoredif you want to use it, see README file.
docker-compose.yml 201 B
web:
build: .
volumes:
- .:/app
ports:
- "3000:3000"
links:
- db
- redis
- elasticsearch
db:
image: postgres
redis:
image: redis
elasticsearch:
image: elasticsearch