changed idhub path to example

This commit is contained in:
Thomas Nahuel Rusiecki 2025-02-20 17:11:21 -03:00
parent 5abc78ba4c
commit aa288aa690

View file

@ -14,13 +14,13 @@ services:
ports: ports:
- 5432:5432 - 5432:5432
idhub: idhub:
image: farga.pangea.org/ereuse/idhub:latest
build: build:
context: /home/rthomas/ereuse/IdHub context: /path/to/idhub/directory
dockerfile: /home/rthomas/ereuse/IdHub/docker/idhub.Dockerfile dockerfile: /path/to/idhub/dockerfile
volumes: volumes:
- /home/rthomas/ereuse/IdHub:/opt/idhub - /path/to/idhub/directory:/opt/idhub
environment: environment:
- DEMO=true - DEMO=true
- DEBUG=true - DEBUG=true