fix permission
This commit is contained in:
parent
b91b7c5b88
commit
2d3d5005bf
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ services:
|
|||
- PORT=5000
|
||||
- MONGODB_URI=mongodb://root:rootpassword@mongodb:27017/managerr?authSource=admin
|
||||
- JWT_SECRET=secret_jwt_pour_managerr
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
|
|
@ -56,6 +58,8 @@ services:
|
|||
environment:
|
||||
- NODE_ENV=development
|
||||
- VUE_APP_API_URL=http://localhost:5000/api
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
ports:
|
||||
- "8012:8012"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue