zammad-docker-compose/entrypoint.config
2016-12-19 21:41:33 +01:00

10 lines
184 B
Bash

#!/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"