Sign inSign up

ulsmith/browsersync

By ulsmith

•Updated about 10 years ago

BrowserSync dynamic URL via BS proxy on :80

Image
0

2.3K

ulsmith/browsersync repository overview

Use to watch a container for changes and sync your browser by accessing the container through the BS proxy. BS UI not set.

version: '2'
services:
  ui:
    build: ./UI
    volumes:
      - "./UI:/app"
  browsersync:
    command: browser-sync start --proxy "ui:80" --port "80" --files "./build/**/*" "./assets/**/*" --reload-debounce "2000"
    build: ulsmith/browsersync
    volumes:
      - "./UI:/source"
    labels:
      - "traefik.backend=ui"
      - "traefik.frontend.rule=Host:ui.docker.localhost"
networks:
  default:
    external:
      name: docker_docker-localhost

Tag summary

Content type

Image

Digest

Size

259.6 MB

Last updated

about 10 years ago

docker pull ulsmith/browsersync