fix: pin & define PATH
This commit is contained in:
parent
a70888a011
commit
de6d86ecb9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user