zammad-docker-compose/entrypoint.config

10 lines
184 B
Plaintext
Raw Normal View History

2016-12-19 20:41:33 +00:00
#!/bin/bash
ZAMMAD_DIR="/home/zammad"
GIT_URL="https://github.com/monotek/zammad.git"
GIT_BRANCH="unicorn"
FRESH_INSTALL="no"
RAILS_SERVER="unicorn"
DEBUG="no"
RAILS_ENV="production"