El 29/11/17 a les 09:56, Maxime Richez ha escrit:
Hi,

Yesterday, i made tryton docker installation following instructions on the 
docker page:https://hub.docker.com/r/tryton/tryton/

I noticed that created volumes at the first instruction are never used because 
other instructions never use them...

To use the "postgres" volume, the instruction "Start a PostgreSQL instance" 
should be:

sudo docker run --name tryton-postgres -v postgres:/var/lib/postgresql/data -e 
POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_DB=tryton -d postgres

Could you fill and issue and propose a patch to fix it?
Here is the repo:

http://hg.tryton.org/tryton-docker

Thanks,


Don't know if it's really needed to create a tryton volume, as the only volume that could 
be exposed in tryton docker is "/var/lib/trytond/db". Maybe if we plan to use 
an sqlite database? Else it seems useless...

It's used to store the files uploaded to tryton that use a FileStore. For example record attachments.

--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

--
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/c399c8e7-4051-9e77-b9c4-27decd6c98e2%40koolpi.com.

Reply via email to