unraid
This commit is contained in:
@@ -10,10 +10,11 @@ services:
|
||||
ports:
|
||||
- "${HOST_PORT:-8080}:3000"
|
||||
environment:
|
||||
- PUID=${PUID:-99}
|
||||
- PGID=${PGID:-100}
|
||||
- TZ=${TZ:-UTC}
|
||||
- NODE_ENV=${NODE_ENV:-production}
|
||||
- PORT=3000
|
||||
- MAX_FILE_SIZE=${MAX_FILE_SIZE:-10485760}
|
||||
- TEMP_DIR=/app/temp
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "node", "-e", "require('http').get('http://localhost:3000/', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"]
|
||||
|
||||
Reference in New Issue
Block a user