Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpatricio committed Dec 19, 2020
1 parent 16c675f commit 2d11e39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ services:
restart: always
networks:
- web
expose:
- 80
build:
context: .
dockerfile: Dockerfile
volumes:
- ./:/var/www/html
ports:
- 81:80
labels:
- "traefik.enable=true"
- "traefik.http.routers.frontend.rule=Host(`frontend.sidecar.laravel.pt.test`)"
- "traefik.http.routers.frontend.entrypoints=web"
- "traefik.http.services.frontend.loadbalancer.server.port=80"
- "traefik.http.routers.frontend.service=frontend"
- "traefik.http.services.frontend.loadbalancer.server.port=80"

0 comments on commit 2d11e39

Please sign in to comment.