rest-api/docker-compose.yml
Piotr Biernat e1019a5ecc
All checks were successful
continuous-integration/drone/push Build is passing
Some refactor. Rewritted to Echo Framework
2020-09-26 23:01:44 +02:00

14 lines
191 B
YAML

version: '3.7'
services:
mongodb:
image: mongo:latest
env_file: .env
ports:
- 27017:27017
networks:
- app-network
networks:
app-network:
driver: bridge