Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T00:13:10.000Z (19 days ago)
- Last Synced: 2025-01-24T00:25:02.786Z (19 days ago)
- Topics: docker, issue-tracker, trac, wiki
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- 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
```