Skip to content
GitLab
Menu
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
c6abd08b
Commit
c6abd08b
authored
May 13, 2020
by
Guilhem Saurel
Browse files
traefik2
parent
d1b3e898
Pipeline
#9612
passed with stage
in 3 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
c6abd08b
...
...
@@ -35,7 +35,7 @@ services:
-
default
labels
:
traefik.enable
:
"
true"
traefik.
f
ro
n
te
n
d.rule
:
"
Host(`rainboard.${DOMAIN_NAME:-localhost}`)"
traefik.
http.
ro
u
te
rs.rainboar
d.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.
f
ro
n
te
n
d.rule
:
"
Host(`rainboard.${DOMAIN_NAME:-localhost}`)
&&
PathPrefix(`/static`,
`/media`)"
traefik.
http.
ro
u
te
rs.rainboar
d.rule
:
"
Host(`rainboard.${DOMAIN_NAME:-localhost}`)
&&
PathPrefix(`/static`,
`/media`)"
networks
:
web
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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