Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Created November 26, 2017 15:35
Show Gist options
  • Save radu-matei/eff9a18bd3360fa42abf337986495756 to your computer and use it in GitHub Desktop.
Save radu-matei/eff9a18bd3360fa42abf337986495756 to your computer and use it in GitHub Desktop.
version: "3"
services:
redis:
image: redis
web:
image: radumatei/initial-scaleout
deploy:
mode: replicated
replicas: 2
ports:
- 5003:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment