Add player controls and configurable profiles
This commit is contained in:
@@ -26,7 +26,10 @@ services:
|
||||
PORT: 3000
|
||||
ports:
|
||||
- "${HOST_PORT:-3000}:3000"
|
||||
volumes:
|
||||
- avatar-uploads:/app/public/uploads
|
||||
command: sh -c "./node_modules/.bin/prisma migrate deploy && node server.js"
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
avatar-uploads:
|
||||
|
||||
Reference in New Issue
Block a user