fix: pin & define PATH

This commit is contained in:
decentral1se 2025-04-06 17:07:10 +02:00
parent a70888a011
commit de6d86ecb9
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: cisti/gancio:latest
image: cisti/gancio:1.25.1
networks:
- proxy
environment:
@ -11,6 +11,7 @@ services:
- GANCIO_DB_DIALECT=sqlite
- GANCIO_DB_STORAGE=/data/gancio.sqlite
- NODE_ENV=production
- PATH=$PATH:/home/node/.yarn/bin
volumes:
- gancio_data:/data
deploy: