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
32aab1f4
Commit
32aab1f4
authored
Mar 07, 2018
by
Guilhem Saurel
Browse files
traefik configuration
parent
27149dfc
Pipeline
#398
passed with stages
in 1 minute and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
traefik/docker-compose.yml
0 → 100644
View file @
32aab1f4
version
:
'
2'
services
:
traefik
:
image
:
traefik:1.5-alpine
restart
:
always
ports
:
-
80:80
networks
:
-
web
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
./traefik.toml:/traefik.toml
networks
:
web
:
external
:
true
traefik/traefik.toml
0 → 100644
View file @
32aab1f4
defaultEntryPoints
=
["http"]
[entryPoints]
[entryPoints.http]
address
=
":80"
[docker]
endpoint
=
"unix:///var/run/docker.sock"
domain
=
"rainboard.laas.fr"
watch
=
true
exposedbydefault
=
true
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