-
Notifications
You must be signed in to change notification settings - Fork 0
/
gaia.yml
32 lines (30 loc) · 1.05 KB
/
gaia.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
version: '3.3'
services:
gaia:
image: gaiapipeline/testing:25676feda35a13d1cc20cbdf8fe66020b4bba36ffd9136784d0dcadbd28d1f08
networks:
- traefik-public
- default
volumes:
- /gaia:/data
command:
- --hostname="https://gaia.cronohub.org"
deploy:
labels:
- "traefik.backend=gaia"
- "traefik.constraint-label=traefik-public"
- "traefik.docker.network=traefik-public"
- "traefik.enable=true"
- "traefik.http.routers.gaia-http.rule=Host(`gaia.cronohub.org`)"
- "traefik.http.routers.gaia-http.entrypoints=http"
- "traefik.http.routers.gaia-http.middlewares=https-redirect"
- "traefik.http.routers.gaia-https.rule=Host(`gaia.cronohub.org`)"
- "traefik.http.routers.gaia-https.entrypoints=https"
- "traefik.http.routers.gaia-https.tls=true"
- "traefik.http.routers.gaia-https.tls.certresolver=le"
- "traefik.http.services.gaia.loadbalancer.server.port=8080"
ports:
- 8080:8080
networks:
traefik-public:
external: true