https://github.com/ghudiczius/docker-web-trac
Simple docker image for Trac, an enhanced wiki and issue tracking system for software development projects
https://github.com/ghudiczius/docker-web-trac
docker issue-tracker trac wiki
Last synced: 2 months ago
JSON representation
Simple docker image for Trac, an enhanced wiki and issue tracking system for software development projects
- Host: GitHub
- URL: https://github.com/ghudiczius/docker-web-trac
- Owner: ghudiczius
- License: wtfpl
- Created: 2020-09-24T11:24:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T05:05:26.000Z (3 months ago)
- Last Synced: 2025-05-07T06:46:52.024Z (2 months ago)
- Topics: docker, issue-tracker, trac, wiki
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trac
Simple docker image for Trac with MySQL and PostgreSQL support and TracAccountManager installed, built on the official python2.7 image.
## Usage
```sh
docker run --rm ghudiczius/trac: \
-p 8000:8000 \
-v path/to/data:/data
```or
```sh
docker run --rm registry.gitlab.jmk.hu/web/trac: \
-p 8000:8000 \
-v path/to/data:/data
```