eventman/docker-compose.yml

8 lines
122 B
YAML

version: '3'
services:
eventman:
build: .
ports:
- "5242:5242"
eventman-mongo:
image: "mongo:latest"