Update 'docker-compose.yml'

This commit is contained in:
Andrey 2023-04-29 11:53:30 +03:00
parent 6be34ca090
commit 65e8e379ca

View file

@ -6,5 +6,8 @@ services:
container_name: mootfrost-dev_web container_name: mootfrost-dev_web
restart: always restart: always
build: . build: .
labels:
- traefik.enable=true
- traefik.http.routers.mootfrost_dev.rule=Host(`mootfrost.dev`)
ports: ports:
- "7632:7632" - "7632:7632"