chore(release): align compose default with dev.7
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
This commit is contained in:
parent
edd51dcedb
commit
c5b298cd83
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
gmao:
|
gmao:
|
||||||
environment:
|
environment:
|
||||||
GMAO_VERSION: ${GMAO_VERSION:-0.1.0-dev.6}
|
GMAO_VERSION: ${GMAO_VERSION:-0.1.0-dev.7}
|
||||||
GMAO_GUNICORN_FLAGS: --reload --reload-engine poll
|
GMAO_GUNICORN_FLAGS: --reload --reload-engine poll
|
||||||
FLASK_ENV: development
|
FLASK_ENV: development
|
||||||
# Ce profil est servi en HTTP sur le réseau de test ; un cookie Secure
|
# Ce profil est servi en HTTP sur le réseau de test ; un cookie Secure
|
||||||
|
|
|
||||||
|
|
@ -25,12 +25,12 @@ services:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
|
|
||||||
gmao:
|
gmao:
|
||||||
image: gmao-college:${GMAO_VERSION:-0.1.0-dev.6}
|
image: gmao-college:${GMAO_VERSION:-0.1.0-dev.7}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
GMAO_VERSION: ${GMAO_VERSION:-0.1.0-dev.6}
|
GMAO_VERSION: ${GMAO_VERSION:-0.1.0-dev.7}
|
||||||
GIT_VERSION: ${GIT_VERSION:-unknown}
|
GIT_VERSION: ${GIT_VERSION:-unknown}
|
||||||
container_name: gmao-flask
|
container_name: gmao-flask
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -51,7 +51,7 @@ services:
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
- DB_HOST=mariadb
|
- DB_HOST=mariadb
|
||||||
- DB_PORT=3306
|
- DB_PORT=3306
|
||||||
- GMAO_VERSION=${GMAO_VERSION:-0.1.0-dev.6}
|
- GMAO_VERSION=${GMAO_VERSION:-0.1.0-dev.7}
|
||||||
- GMAO_GUNICORN_FLAGS=--preload
|
- GMAO_GUNICORN_FLAGS=--preload
|
||||||
- DOCKER_GMAO_WORKDIR=/app
|
- DOCKER_GMAO_WORKDIR=/app
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue