Skip to content

Instantly share code, notes, and snippets.

@erkin
Created May 29, 2020 12:42
Show Gist options
  • Save erkin/77cf91652d1535b2516f7214793440d8 to your computer and use it in GitHub Desktop.
Save erkin/77cf91652d1535b2516f7214793440d8 to your computer and use it in GitHub Desktop.
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