Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Last active July 3, 2017 13:43
Show Gist options
  • Save radu-matei/7543e906e3633075cd32231e46628bf1 to your computer and use it in GitHub Desktop.
Save radu-matei/7543e906e3633075cd32231e46628bf1 to your computer and use it in GitHub Desktop.
version: "3"
services:
redis:
image: redis:3.2.100-nanoserver
deploy:
placement:
constraints: [node.platform.os == windows]
web:
image: radumatei/python-web
deploy:
placement:
constraints: [node.platform.os == linux]
ports:
- "80:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment