eost_gissmo_tools/config
Olivier DOSSMANN d27d04398a [IMP] Complete Docker launch script:
* Add start command
  * Add stop command
  * Add migrate command
2016-01-12 17:55:42 +01:00

17 lines
443 B
Bash

#!/usr/bin/env bash
#
# config
#
# This file gives parameters to launch Docker containers for Gissmo projects.
#
# PROJECT_DIR: will contains all python libraries and gissmo git repository
# GISSMO_VERSION: used to generated Gissmo Docker image name.
PROJECT_DIR="/home/olivier/gissmo_project"
POSTGRES_VERSION="9.5"
POSTGRES_DOCKER_NAME="gissmo_db"
DB_VOLUME_NAME="dbdata"
GIT_BRANCH="restful"
GISSMO_VERSION="1.5"
GISSMO_DOCKER_PORT="8002"