Skip to content

Instantly share code, notes, and snippets.

@benileo
Last active June 10, 2017 18:48
Show Gist options
  • Save benileo/5aa01d8040d062c59a0252fa4004b78c to your computer and use it in GitHub Desktop.
Save benileo/5aa01d8040d062c59a0252fa4004b78c to your computer and use it in GitHub Desktop.
services:
uwsgimti:
deploy:
replicas: 1
placement:
constraints:
- node.hostname == blackberry
environment:
VIRTUAL_HOST: "morethaniron.com,www.morethaniron.com"
VIRTUAL_NETWORK: "snet"
VIRTUAL_PROTO: "uwsgi"
LETSENCRYPT_HOST: "morethaniron.com,www.morethaniron.com"
LETSENCRYPT_EMAIL: "jammin.irving@gmail.com"
image: 123456789.dkr.ecr.us-west-2.amazonaws.com/mtiuwsgi
networks:
- snet
uwsgisuitshare:
deploy:
replicas: 1
placement:
constraints:
- node.hostname == blackberry
environment:
VIRTUAL_HOST: "suitshare.com,www.suitshare.com"
VIRTUAL_PROTO: "uwsgi"
VIRTUAL_NETWORK: "snet"
LETSENCRYPT_HOST: "suitshare.com,www.suitshare.com"
LETSENCRYPT_EMAIL: "jammin.irving@gmail.com"
SS_LIVE: 1
image: 123456789.dkr.ecr.us-west-2.amazonaws.com/ssuwsgi
networks:
- snet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment