12 lines
186 B
YAML
12 lines
186 B
YAML
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|
|
- "8080:8080"
|
|
shm_size: 2gb
|
|
environment:
|
|
- PORT=3000
|
|
- WS4KP_PORT=8080
|
|
restart: unless-stopped
|