This repo was originally transferred from @jucajuca. Thanks @jucajuca!.
Docker file and docker-compose file to launch a tendenci instance.
Install docker and git in your system
git clone https://github.com/tendenci/tendenci12-dockerized.git
Rename the .env.sample file to .env Edit the .env file and adjust your settings
docker build --no-cache=true --rm -t tendenci .
docker-compose up -d
Do not forget the dot at the end of docker build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.