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
d1b3e898
Commit
d1b3e898
authored
May 12, 2020
by
Guilhem Saurel
Browse files
traefik2
parent
4ac41898
Pipeline
#9611
passed with stage
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
d1b3e898
...
...
@@ -34,8 +34,8 @@ services:
-
web
-
default
labels
:
-
"
traefik.enable
=
true"
-
"
traefik.frontend.rule
=
Host
:
rainboard.${DOMAIN_NAME:-localhost}"
traefik.enable
:
"
true"
traefik.frontend.rule
:
"
Host
(`
rainboard.${DOMAIN_NAME:-localhost}
`)
"
nginx
:
image
:
nim65s/ndh:nginx
restart
:
unless-stopped
...
...
@@ -44,8 +44,8 @@ services:
networks
:
-
web
labels
:
-
"
traefik.enable
=
true"
-
"
traefik.frontend.rule
=
Host
:
rainboard.${DOMAIN_NAME:-localhost}
;
PathPrefix
:
/static,
/media"
traefik.enable
:
"
true"
traefik.frontend.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