1
0
mirror of https://github.com/eventials/goevents.git synced 2025-04-24 13:48:53 +08:00
eventials.goevents/docker-compose.yml
Alexandre Vicenzi 3e3bb7a7de Remove env vars.
2016-11-28 15:36:24 -02:00

15 lines
339 B
YAML

version: '2'
services:
app:
build: .
working_dir: /go/src/github.com/eventials/goevents
command: dockerize -wait tcp://broker:5672 -timeout 60s go run main.go
links:
- broker
volumes:
- .:/go/src/github.com/eventials/goevents
broker:
image: rabbitmq:3.6-management
# ports:
# - "15672:15672"