1
0
mirror of https://github.com/jcwimer/docker-swarm-autoscaler synced 2026-03-24 23:04:43 +00:00

First release with tests

This commit is contained in:
2019-12-18 13:35:37 -05:00
parent 4c4c972dbd
commit 0f2424221a
15 changed files with 797 additions and 44 deletions

13
helloworld.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.3'
services:
helloworld:
image: tutum/hello-world
ports:
- 8080:80
logging:
driver: json-file
deploy:
labels:
swarm.autoscaler: 'true'
swarm.autoscaler.maximum: '4'
swarm.autoscaler.minimum: '3'