compose.yaml (12 lines of code) (raw):

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