Update docker-compose.yml
This commit is contained in:
parent
0825c281f2
commit
7fd9ff922a
1 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "4321:4321"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome-stable
|
- PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome-stable
|
||||||
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
||||||
- PUPPETEER_DISABLE_SANDBOX=true
|
- PUPPETEER_DISABLE_SANDBOX=true
|
||||||
|
|
Loading…
Reference in a new issue