Update docker-compose.yml
This commit is contained in:
parent
81bf0ed667
commit
7ad5212c8a
@ -6,11 +6,4 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
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