Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monitoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
monitoring
Commits
96a8e6f1
Commit
96a8e6f1
authored
1 year ago
by
Tibo
Browse files
Options
Downloads
Patches
Plain Diff
fix trafik config
parent
6ce11ec2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12741
passed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.dockerignore
+16
-0
16 additions, 0 deletions
.dockerignore
docker-compose.tmpl
+3
-3
3 additions, 3 deletions
docker-compose.tmpl
with
19 additions
and
3 deletions
.dockerignore
0 → 100644
+
16
−
0
View file @
96a8e6f1
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/
This diff is collapsed.
Click to expand it.
docker-compose.tmpl
+
3
−
3
View file @
96a8e6f1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment