mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-28 03:24:31 -05:00
Use Browserless for capturing screenshots
This commit is contained in:
21
docker-compose.override.yml.dev.example
Normal file
21
docker-compose.override.yml.dev.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# Example Docker Compose override file for local development
|
||||
|
||||
services:
|
||||
app:
|
||||
platform: linux/amd64 # Needed for Apple Silicon
|
||||
build:
|
||||
dockerfile: docker/app/Dockerfile
|
||||
init: true
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
BROWSERLESS_ENDPOINT: ws://browserless:3000
|
||||
SCREENSHOT_HOST: app
|
||||
depends_on:
|
||||
- browserless
|
||||
volumes:
|
||||
- .:/app
|
||||
|
||||
browserless:
|
||||
platform: linux/arm64 # Needed for Apple Silicon
|
||||
ports:
|
||||
- 3000:3000
|
||||
Reference in New Issue
Block a user