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:
13
helloworld.yml
Normal file
13
helloworld.yml
Normal 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'
|
||||
Reference in New Issue
Block a user