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
3addce6d
Commit
3addce6d
authored
Mar 07, 2018
by
Guilhem Saurel
Browse files
traefikification
parent
d2c9756a
Pipeline
#392
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
3addce6d
...
...
@@ -6,7 +6,7 @@ volumes:
services
:
app
:
build
:
.
image
:
eur0c.laas.fr:5000/gepetto/dashboard:master
restart
:
unless-stopped
volumes
:
-
./db.sqlite3:/app/db.sqlite3
...
...
@@ -22,5 +22,15 @@ services:
volumes
:
-
static:/srv/static
-
media:/srv/media
ports
:
-
80:8000
expose
:
-
8000
labels
:
-
"
traefik.backend=dashboard"
-
"
traefik.frontend.rule=Host:rainboard.laas.fr"
networks
:
-
web
-
default
networks
:
web
:
external
:
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