mirror of
https://github.com/jcwimer/docker-swarm-autoscaler
synced 2026-03-24 15:04:42 +00:00
13 lines
265 B
YAML
13 lines
265 B
YAML
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' |