-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocker-stack.diagnostic.yml
More file actions
41 lines (37 loc) · 1.34 KB
/
docker-stack.diagnostic.yml
File metadata and controls
41 lines (37 loc) · 1.34 KB
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
---
# override/additions to docker-stack.yml for deploying to the diagnostic swarm
version: '3.7'
services:
pfm-web:
secrets:
- source: diagnostic.riffplatform.com.key.1
target: site.key
- source: diagnostic.riffplatform.com.crt.1
target: site.crt
pfm-riffdata:
configs:
# override the normal config defined in docker-stack.yml so that it can be replaced
- source: riffdata.local-production.yml.1
target: /app/config/unused1
# diagnostic riffdata specific config replaces the above default config
- source: riffdata.diag-local-production.yml.1
target: /app/config/local-production.yml
pfm-riffrtc:
configs:
# override the normal config defined in docker-stack.yml so that it can be replaced
- source: riff-rtc.local-production.yml.8.debug
target: /app/config/unused1
# diagnostic riff-rtc specific config replaces the above default config
- source: riff-rtc.diag-local-production.yml.1
target: /app/config/local-production.yml
# Your cert will expire on 2020-04-01 (gt-staging key.1 & crt.1)
secrets:
diagnostic.riffplatform.com.key.1:
external: true
diagnostic.riffplatform.com.crt.1:
external: true
configs:
riffdata.diag-local-production.yml.1:
external: true
riff-rtc.diag-local-production.yml.1:
external: true