Env Vars & Geocode Data Caching
This commit is contained in:
@@ -2,10 +2,12 @@ services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "8080:8080"
|
||||
- "${PORT:-3000}:${PORT:-3000}"
|
||||
- "${WS4KP_PORT:-8080}:${WS4KP_PORT:-8080}"
|
||||
shm_size: 2gb
|
||||
environment:
|
||||
- PORT=3000
|
||||
- WS4KP_PORT=8080
|
||||
- PORT=${PORT:-3000}
|
||||
- WS4KP_PORT=${WS4KP_PORT:-8080}
|
||||
volumes:
|
||||
- ./cache:/streaming-app/cache
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user