benhutchins / docker-taiga

Docker container for Taiga https://taiga.io
https://hub.docker.com/r/benhutchins/taiga/
GNU General Public License v3.0
288 stars 154 forks source link

[Question] Would you be willing to write a list of volumes for persistent data? #5

Closed Leopere closed 8 years ago

Leopere commented 8 years ago

I'm wondering where to set volumes directives to.

benhutchins commented 8 years ago

Volumes for what? Taiga is stored in /usr/src/, as /usr/src/taiga-front-dist and /usr/src/taiga-back.

Configuration is pulled from /taiga.

I haven't yet addressed persistent storage, such as uploaded user icons and attachments. That would likely be an issue worth investigating.

benhutchins commented 8 years ago

Have done this now.

Leopere commented 8 years ago

Awesome thanks! I like to know where all of the volatile data is in the containers that I run to meet my backup conventions.