mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 02:35:48 +02:00
lander: added new env var
This commit is contained in:
parent
701e206578
commit
e4e283b09c
1 changed files with 2 additions and 1 deletions
|
|
@ -12,13 +12,14 @@ services:
|
|||
- 'node.labels.class.lander==true'
|
||||
labels:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.http.routers.lander.rule=Host(`s.r8r.be`)'
|
||||
- 'traefik.http.routers.lander.rule=Host(`r8r.be`) || Host(`s.r8r.be`)'
|
||||
- 'traefik.http.routers.lander.tls=true'
|
||||
- 'traefik.http.routers.lander.tls.certresolver=letsEncrypt'
|
||||
- 'traefik.http.services.lander.loadbalancer.server.port=18080'
|
||||
|
||||
environment:
|
||||
- 'LANDER_API_KEY'
|
||||
- 'LANDER_BASE_URL=https://r8r.be/'
|
||||
networks:
|
||||
- 'public'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue