Skip to content

Instantly share code, notes, and snippets.

@lahaxearnaud
Last active November 10, 2018 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahaxearnaud/fe1ae0a84e3597cf1a9b81581efb0ce3 to your computer and use it in GitHub Desktop.
Save lahaxearnaud/fe1ae0a84e3597cf1a9b81581efb0ce3 to your computer and use it in GitHub Desktop.
version: '3'
services:
worker_mailer:
image: ma-super-image-de-worker:latest
environment:
- QUEUE_NAME=amqp_mailer
volumes:
- "/PATH/VERS/MON/APP/SF:/app:rw"
deploy:
mode: replicated
replicas: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment