Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.02 KB

Revive Adserver in a Docker infrastructure

This project aims to have a usable, updatable installation of the revive adserver in a docker infrastructure.

Targets

  1. Install, setup and run the current revive-version
  1. Detect version missmatch (container / connected Database) on start and solve by upgrading if new database exists
  • _Mmp is the version suffix for the DB_NAME.
  • If the ENV says we have _401 and our container says we should have _410 we have a upgrade situation
  • check if DB _410 exists OR exit
  • if _410 is not empty and has the 4.1.0 installed, change ENV-VAR DB_NAME to _410
  • if _410 is empty, follow upgrade instructions

Config

Environment

  • DB_HOST=localhost
  • DB_PORT=3306
  • DB_NAME=revive_400
  • DB_USERNAME=root
  • DB_PASSWORD=