]> PHS Git Server - phs-stack.git/commitdiff
Adding /home/git to api volumes.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 08:06:44 +0000 (03:06 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 08:06:44 +0000 (03:06 -0500)
docker-compose.yml

index 3b08189751c8c9590ca1ee9ffdff6acb6f28439f..94ad2bfd6435378702f46c060d824e5c2a9ef54c 100644 (file)
@@ -36,6 +36,8 @@ services:
     volumes:
       - ./volumes/phs-api:/usr/src/app
       - ./volumes/phs-api/pm2logs:/home/node/.pm2/logs
+      - /home/git/: /home/git/
+      - ./volumes/phs-api/npmcache:/root/.npm-cache
     ports:
       - 23602:3601
     entrypoint: sh -c "/usr/src/app/run-api.sh"