Skip to content

Instantly share code, notes, and snippets.

@thib92
Created March 20, 2019 13:04
Show Gist options
  • Save thib92/0b229d8bff369eb9a9ddb4ef3d33e855 to your computer and use it in GitHub Desktop.
Save thib92/0b229d8bff369eb9a9ddb4ef3d33e855 to your computer and use it in GitHub Desktop.
Symfony Messenger Workshop docker-compose.yml
version: '3'
services:
sf:
image: thib92/sf-messenger-workshop:latest
ports:
- 8000:8000
volumes:
- .:/srv/app
depends_on:
- rabbitmq
rabbitmq:
image: rabbitmq:3-management
ports:
- 5672:5672
- 15672:15672
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment