https://github.com/pskillen/taiga-docker
Dockerisation of Taiga
https://github.com/pskillen/taiga-docker
Last synced: 8 months ago
JSON representation
Dockerisation of Taiga
- Host: GitHub
- URL: https://github.com/pskillen/taiga-docker
- Owner: pskillen
- Created: 2018-10-16T14:32:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T15:28:42.000Z (over 7 years ago)
- Last Synced: 2025-03-06T17:41:17.122Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taiga Docker Images
These Docker images help you to run your own [Taiga](https://taiga.io) instance.
See the repository at https://github.com/pskillen/taiga-docker for full information
Files:
* [Front end](taiga-front/)
* [Back end](taiga-front/)
* [docker-compose](docker-compose.yaml)
## Building
```bash
docker-compose build
# or
docker-compose up --build
```
## Maintainer Info
This repository is maintained by [Patrick Skillen](https://github.com/pskillen) on behalf of NHS Scotland's [Medical
Devices Unit](https://www.medicaldevicesunit.org/)
The initial work for these images was based heavily on the work at https://github.com/ipedrazas/taiga-docker