Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
72a32712
Commit
72a32712
authored
May 13, 2020
by
Guilhem Saurel
Browse files
traefik2
parent
c6abd08b
Pipeline
#9613
passed with stage
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
72a32712
...
...
@@ -35,7 +35,7 @@ services:
-
default
labels
:
traefik.enable
:
"
true"
traefik.http.routers.rainboard.rule
:
"
Host(`rainboard.${DOMAIN_NAME:-localhost}`)"
traefik.http.routers.rainboard
-app
.rule
:
"
Host(`rainboard.${DOMAIN_NAME:-localhost}`)"
nginx
:
image
:
nim65s/ndh:nginx
restart
:
unless-stopped
...
...
@@ -45,7 +45,7 @@ services:
-
web
labels
:
traefik.enable
:
"
true"
traefik.http.routers.rainboard.rule
:
"
Host(`rainboard.${DOMAIN_NAME:-localhost}`)
&&
PathPrefix(`/static`,
`/media`)"
traefik.http.routers.rainboard
-ngx
.rule
:
"
Host(`rainboard.${DOMAIN_NAME:-localhost}`)
&&
PathPrefix(`/static`,
`/media`)"
networks
:
web
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment