-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yml
49 lines (46 loc) · 1.37 KB
/
stack.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
version: '3.7'
services:
cron:
image: registry.gitlab.tpwd.de/ikusei/smart-village-app-converter-xml2json
networks:
- default
- public
- smart-village-app-converter-xml2json
environment:
RAILS_ENV: production
RAILS_LOG_TO_STDOUT: 1
app:
image: registry.gitlab.tpwd.de/ikusei/smart-village-app-converter-xml2json
networks:
- default
- public
- smart-village-app-converter-xml2json
environment:
RAILS_ENV: production
RAILS_LOG_TO_STDOUT: 1
deploy:
labels:
traefik.enable: "true"
traefik.port: 80
traefik.docker.network: public
traefik.main.frontend.rule: Host:tmb.bad-belzig.smart-village.app,tmb.common.smart-village.app
traefik.main.frontend.passHostHeader: "true"
traefik.main.frontend.redirect.entryPoint: https
traefik.api.frontend.rule: Host:tmb.bad-belzig.smart-village.app,tmb.common.smart-village.app
traefik.api.frontend.passHostHeader: "true"
traefik.api.frontend.redirect.entryPoint: https
db:
networks:
smart-village-app-converter-xml2json:
aliases:
- smart-village-app-converter-xml2json
adminer:
aliases:
- bb-bad-belzig-tmb-importer
networks:
smart-village-app-converter-xml2json:
external: true
adminer:
external: true
public:
external: true