mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
commit
d75fc56a51
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
reader:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
volumes:
|
||||||
|
- ./screenshots:/app/screenshots
|
||||||
|
environment:
|
||||||
|
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
|
||||||
|
PUPPETEER_EXECUTABLE_PATH: "/usr/bin/google-chrome-stable"
|
||||||
|
command: node build/server.js
|
0
screenshots/.gitkeep
Normal file
0
screenshots/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user