Skip to content
Snippets Groups Projects
Commit 96a8e6f1 authored by Tibo's avatar Tibo
Browse files

fix trafik config

parent 6ce11ec2
No related branches found
No related tags found
No related merge requests found
Pipeline #12741 passed
node_modules
Envoy.blade.php
_ide_helper_models.php
target
tests
.git
.gitattributes
.gitignore
.gitlab-ci.yml
env.test
nbproject/
vendor/
!storage/public/
bootstrap/cache/*
volumes/
......@@ -21,9 +21,9 @@ services:
WAIT_HOSTS: mysql:3306
env_file: env
labels:
- traefik.http.routers.amc.rule=Host(`monitoring.cylab.be`)
- traefik.http.routers.amc.tls=true
- traefik.http.routers.amc.tls.certresolver=letsencrypt
- traefik.http.routers.monitoring.rule=Host(`monitoring.cylab.be`)
- traefik.http.routers.monitoring.tls=true
- traefik.http.routers.monitoring.tls.certresolver=letsencrypt
redis:
image: redis:4-alpine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment