Chaskiq Docker-compose file
Small docker-compose.yml with .env.example file and docker-entrypoint.sh which can get you started in production
- copy .env.example to .env and change environment settings as needed (guide: https://dev.chaskiq.io/production-configuration/enviroment-variables-configuration)
- chmod +x docker-entrypoint.sh
- remove .gitkeep file in data/postgres/ directory (otherwise postgres server won't start)
- docker-compose up -d
- After a first succesful start, edit docker-entrypoint.sh and comment the line "bundle exec rake admin_generator"