Skip to content

Commit

Permalink
refactor(docker): traefik config
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Mar 18, 2020
1 parent d075119 commit 0bf3429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
labels:
- 'traefik.docker.network=web'
- 'traefik.enable=true'
- 'traefik.domain=phoneinfoga.crvx.fr'
- 'traefik.basic.frontend.rule=Host:phoneinfoga.crvx.fr'
- 'traefik.domain=demo.phoneinfoga.crvx.fr'
- 'traefik.basic.frontend.rule=Host:demo.phoneinfoga.crvx.fr'
- 'traefik.basic.port=5000'
- 'traefik.basic.protocol=http'
- 'traefik.frontend.headers.SSLRedirect=true'
Expand Down

0 comments on commit 0bf3429

Please sign in to comment.