blob: 15a35195d0c9c5bfd9a7048ff6c6243664c24741 [file] [log] [blame]
services:
web: # must agree with Rakefile
image: whimsy-web
build: .
ports:
- "1999:1999"
environment:
- "HOST_HOME=$HOME"
volumes:
- ..:/srv
# Needed to run puppeteer
cap_add:
- SYS_ADMIN