Newer
Older
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
72
73
version: "3.6"
services:
database:
networks:
- extnet
ports:
- mode: host
target: 5432
published: 5432
sftp:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_sftp:dev
ingestor:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:dev
environment:
INOTIFY_WATCH_DIR: "/mnt/data/"
REDIS_PREPROCESS_MD_QUEUE_KEY: "preprocess_queue"
fluentd:
image: registry.gitlab.eox.at/esa/prism/vs/fluentd:dev
client:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_client:dev
ports:
- mode: host
target: 80
published: 80
volumes:
- type: bind
source: ./client/src/
target: /src/
- type: bind
source: ./config/{{slug}}/{{slug}}_index-dev.html
target: /index.html
renderer:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:dev
environment:
DEV: "true"
ports:
- mode: host
target: 80
published: 81
- mode: host
target: 8080
published: 82
registrar:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_core:dev
environment:
DEV: "true"
cache:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_cache:dev
ports:
- mode: host
target: 80
published: 83
configs:
- source: mapcache-dev
target: /mapcache-template.xml
preprocessor:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor:dev
environment:
DEBUG: "true"
volumes:
- type: tmpfs
target: /tmp
- type: bind
source: ./testing/
target: /testing/
ports:
- mode: host
target: 5678
published: 5678
networks:
extnet:
name: {{slug}}-extnet
external: true