mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-22 01:34:11 -05:00
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
# Example Docker Compose override file for local development
|
|
|
|
services:
|
|
app:
|
|
platform: linux/amd64 # Needed for Apple Silicon
|
|
build:
|
|
dockerfile: docker/app/Dockerfile
|
|
volumes:
|
|
- .:/app
|
|
|
|
browserless:
|
|
platform: linux/arm64 # Needed for Apple Silicon
|
|
ports:
|
|
- 3000:3000
|