Skip to content

Instantly share code, notes, and snippets.

@erkin
Created May 29, 2020 12:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
SchemeBBS with Varnish
version: "3.3"
services:
bbs:
image: erkin/schemebbs
container_name: sbbs
ports:
- '8080'
volumes:
- ${SBBS_DATADIR}:/opt/schemebbs/data
proxy:
image: varnish:6.4
container_name: varnish
ports:
- "80:80"
volumes:
- ./varnish.vcl:/etc/varnish/default.vcl:ro
tmpfs: /var/lib/varnish:exec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment