Skip to content

Linux / MAC / Windows Installation

Requirements

How To Install

pull the image you want from docker repository Discount Bandit

docker pull cybrarist/discount-bandit:v4

run the image with the env variables that are needed

shell
docker run -d \
  -p 8080:80 \
  -v ./database/database.sqlite:/app/database/sqlite \
  -v ./logs:/logs \
  -e DB_CONNECTION=sqlite \
  -e APP_TIMEZONE=UTC \
  -e THEME_COLOR=Red \
  -e APP_URL="http://localhost:8080" \
  -e ASSET_URL="http://localhost:8080" \
  -e EXCHANGE_RATE_API_KEY="" \
  cybrarist/discount-bandit:v4

WARNING

Please refer to Environments to get a list of available options.