Update docker-compose.yml
This commit is contained in:
parent
81bf0ed667
commit
7ad5212c8a
@ -7,10 +7,3 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: "true"
|
APP_DEBUG: "true"
|
||||||
expose:
|
|
||||||
- "80"
|
|
||||||
labels:
|
|
||||||
- traefik.enable=true
|
|
||||||
- traefik.http.routers.lms.rule=Host(`lms.example.com`)
|
|
||||||
- traefik.http.routers.lms.entrypoints=websecure
|
|
||||||
- traefik.http.routers.lms.tls=true
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user