Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tileserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetaGerMaps
Tileserver
Commits
e695a745
Commit
e695a745
authored
1 year ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
rename routers/services
parent
01818946
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9087
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yaml
+13
-13
13 additions, 13 deletions
docker-compose.yaml
with
13 additions
and
13 deletions
docker-compose.yaml
+
13
−
13
View file @
e695a745
...
...
@@ -19,19 +19,19 @@ services:
start_interval
:
1s
labels
:
traefik.enable
:
true
traefik.http.routers.tileserver_http.entrypoints
:
web
traefik.http.routers.tileserver_http.rule
:
Host(`tileserver.metager.de`)
traefik.http.routers.tileserver_http.middlewares
:
https_redirect@file
traefik.http.routers.tileserver_https.entrypoints
:
websecure
traefik.http.routers.tileserver_https.rule
:
Host(`tileserver.metager.de`)
traefik.http.routers.tileserver_https.middlewares
:
tileserversts
traefik.http.routers.tileserver_https.service
:
tileserver
traefik.http.routers.tileserver_https.tls
:
true
traefik.http.routers.tileserver_https.tls.certresolver
:
letsencrypt
traefik.http.services.tileserver.loadbalancer.server.port
:
8080
traefik.http.middlewares.tileserversts.headers.stsincludesubdomains
:
false
traefik.http.middlewares.tileserversts.headers.stspreload
:
true
traefik.http.middlewares.tileserversts.headers.stsseconds
:
31536000
traefik.http.routers.tileserver_
old_
http.entrypoints
:
web
traefik.http.routers.tileserver_
old_
http.rule
:
Host(`tileserver.metager.de`)
traefik.http.routers.tileserver_
old_
http.middlewares
:
https_redirect@file
traefik.http.routers.tileserver_
old_
https.entrypoints
:
websecure
traefik.http.routers.tileserver_
old_
https.rule
:
Host(`tileserver.metager.de`)
traefik.http.routers.tileserver_
old_
https.middlewares
:
tileserver
old
sts
traefik.http.routers.tileserver_
old_
https.service
:
tileserver
_old
traefik.http.routers.tileserver_
old_
https.tls
:
true
traefik.http.routers.tileserver_
old_
https.tls.certresolver
:
letsencrypt
traefik.http.services.tileserver
_old
.loadbalancer.server.port
:
8080
traefik.http.middlewares.tileserver
old
sts.headers.stsincludesubdomains
:
false
traefik.http.middlewares.tileserver
old
sts.headers.stspreload
:
true
traefik.http.middlewares.tileserver
old
sts.headers.stsseconds
:
31536000
nginx
:
image
:
nginx:1.25.4
restart
:
unless-stopped
...
...
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