forked from flavioaiello/swarm-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack-a.yml
42 lines (39 loc) · 903 Bytes
/
stack-a.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: '3.2'
services:
whoami:
image: jwilder/whoami:latest
networks:
default:
swarm_routing:
aliases:
- whoami-a.localtest.me
- whoami-b.localtest.me
- whoami-c.localtest.me
- whoami-d.localtest.me
- whoami-e.localtest.me
- whoami-f.localtest.me
- whoami-g.localtest.me
- whoami-h.localtest.me
- whoami-i.localtest.me
- whoami-j.localtest.me
- whoami-k.localtest.me
- whoami-m.localtest.me
deploy:
resources:
reservations:
cpus: '0.05'
memory: 8M
limits:
memory: 8M
mode: replicated
replicas: 1
restart_policy:
condition: any
delay: 5s
max_attempts: 10
networks:
default:
internal: true
driver: overlay
swarm_routing:
external: true