Add a VERSION variable to avoid modifying the docker-compose file

This commit is contained in:
Pierre Jaury
2016-08-20 16:52:44 +02:00
parent 14ec783ef7
commit 7ac44eabeb
2 changed files with 13 additions and 10 deletions

3
.env
View File

@@ -10,6 +10,9 @@ COMPOSE_PROJECT_NAME=freeposte
# Set this to the path where Freeposte data and configuration is stored
ROOT=/freeposte
# Freeposte version to run (stable, 1.0, 1.1, etc. or testing)
VERSION=stable
# Set this to enable debugging globally
DEBUG=False