Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- web:
- # replace username/repo:tag with your name and image details
- image: leox/sample1:v1.0
- deploy:
- replicas: 5
- resources:
- limits:
- cpus: "0.1"
- memory: 50M
- restart_policy:
- condition: on-failure
- ports:
- - "9000:80"
- networks:
- - webnet
- networks:
- webnet:
Advertisement
Add Comment
Please, Sign In to add comment