Skip to content

Instantly share code, notes, and snippets.

@yottta
Last active March 26, 2019 06:40
Show Gist options
  • Select an option

  • Save yottta/b22396f1e5f1014c83c21165d66b283d to your computer and use it in GitHub Desktop.

Select an option

Save yottta/b22396f1e5f1014c83c21165d66b283d to your computer and use it in GitHub Desktop.
Medium article about WebSockets throughout Varnish - docker-compose.yml without varnish
version: "3"
services:
web:
build: ./web
container_name: websocket-client
ports:
- "8081:80"
server:
build: ./server
container_name: product-service
ports:
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment