|
|
@ -7,17 +7,19 @@ steps:
|
|
|
|
- name: deploy-container-pgsql
|
|
|
|
- name: deploy-container-pgsql
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
IMAGENAME: postgres:latest
|
|
|
|
IMAGENAME: mariadb:10
|
|
|
|
CONTAINERNAME: bigbrotherdb
|
|
|
|
CONTAINERNAME: bigbrotherdb
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: true
|
|
|
|
# OVERWRITE: false
|
|
|
|
PRIVATE: true
|
|
|
|
PRIVATE: true
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DB:
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD:
|
|
|
|
from_secret: db_database
|
|
|
|
from_secret: db_root_password
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER:
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MARIADB_DATABASE:
|
|
|
|
from_secret: db_user
|
|
|
|
from_secret: db_database
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD:
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MARIADB_USER:
|
|
|
|
from_secret: db_password
|
|
|
|
from_secret: db_user
|
|
|
|
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_MARIADB_PASSWORD:
|
|
|
|
|
|
|
|
from_secret: db_password
|
|
|
|
|
|
|
|
|
|
|
|
# - name: create-bigbrother-database
|
|
|
|
# - name: create-bigbrother-database
|
|
|
|
# image: python:latest
|
|
|
|
# image: python:latest
|
|
|
|