Move everything to root

This commit is contained in:
Cyanoure
2024-09-15 13:55:29 +02:00
parent 4e21550591
commit d89a0fefbe
9 changed files with 131 additions and 137 deletions

View File

@ -9,9 +9,6 @@ services:
echo "Starting the node...";
npm start'
volumes:
- ./app/:/usr/project/app/:rw
- ./.env:/usr/project/.env:ro
- ./example.env:/usr/project/example.env:ro
- ./data/:/usr/project/data/:rw
- ./:/usr/project/app/:rw
ports:
- "${PORT}:${PORT}"