Tracim docker image for use in production context.
50K+
Tracim is a collaborative plateforme software intended for (not only technical) team collaboration. It is simple to use, offers a user-friendly interface and runs on every computer. It is very valuable for R&D teams, assocations, remote collaboration.
More information on the website: https://www.tracim.fr (in French)
Test tracim on your computer with docker:
mkdir -p ~/tracim/etc
mkdir -p ~/tracim/var
docker run -e DATABASE_TYPE=sqlite -e TRACIM_WEBSITE__BASE_URL=http://{tracim_host_ip_address}:8080 -p 8080:80 -v ~/tracim/etc:/etc/tracim -v ~/tracim/var:/var/tracim algoo/tracim
Then visit the url http://{tracim_host_ip_address}:8080 and login in to tracim:
[email protected][email protected]Tracim is distributed under the terms of the MIT License.
For advanced docker-based usage, look at the full tracim docker documentation
Content type
Image
Digest
sha256:46a4d42b3…
Size
1.4 GB
Last updated
over 1 year ago
docker pull algoo/tracim