reader/docker-compose.yaml

16 lines
341 B
YAML
Raw Normal View History

2024-09-30 22:10:13 +08:00
version: '3.8'
services:
reader:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes:
2024-09-30 22:19:26 +08:00
- ./screenshots:/app/local-storage
2024-09-30 22:10:13 +08:00
environment:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
PUPPETEER_EXECUTABLE_PATH: "/usr/bin/google-chrome-stable"
command: node build/server.js