-
Notifications
You must be signed in to change notification settings - Fork 2
/
docker-compose.yml
72 lines (71 loc) · 1.51 KB
/
docker-compose.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
version: '3'
services:
varnish:
build: .
ports:
- "8000:80"
environment:
VARNISH_SIZE: 8g
tmpfs:
- /var/lib/varnish/varnishd:exec
restart: always
tile1:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile2:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile3:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile4:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile5:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile6:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile7:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile8:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile9:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json
tile10:
image: maptiler/tileserver-gl
volumes:
- .:/data
restart: always
command: -p 8080 --verbose -c config.json