basic MP functionality working
This commit is contained in:
@@ -21,6 +21,18 @@ services:
|
||||
command: server --console-address ":9001" /data
|
||||
volumes:
|
||||
- minio-data:/data
|
||||
chrome:
|
||||
image: browserless/chrome:latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
- PREBOOT_CHROME=true
|
||||
- CONNECTION_TIMEOUT=60000
|
||||
- MAX_CONCURRENT_SESSIONS=10
|
||||
- CHROME_REFRESH_TIME=2000
|
||||
- DEBUG=*
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
pgdata:
|
||||
minio-data:
|
||||
|
||||
Reference in New Issue
Block a user