|
|
@ -40,7 +40,23 @@ steps:
|
|
|
|
from_secret: SECRET_MONGODB_PASSWORD
|
|
|
|
from_secret: SECRET_MONGODB_PASSWORD
|
|
|
|
ADMINS: alixjeudi--lemoine,alexisferon,mathisframit,maxencejouannet
|
|
|
|
ADMINS: alixjeudi--lemoine,alexisferon,mathisframit,maxencejouannet
|
|
|
|
|
|
|
|
|
|
|
|
- name: deploy-container
|
|
|
|
- name: deploy-database-viewer
|
|
|
|
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
|
|
|
IMAGENAME: mongo-express:latest
|
|
|
|
|
|
|
|
CONTAINERNAME: dbviewer
|
|
|
|
|
|
|
|
COMMAND: create
|
|
|
|
|
|
|
|
OVERWRITE: true
|
|
|
|
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_ME_CONFIG_SITE_BASEURL: "https://codefirst.iut.uca.fr/containers/SAE3A_MemoryMap-dbviewer/"
|
|
|
|
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_ME_CONFIG_MONGODB_URL:
|
|
|
|
|
|
|
|
from_secret: SECRET_MONGODB_FULLURL
|
|
|
|
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_ME_CONFIG_BASICAUTH_USERNAME:
|
|
|
|
|
|
|
|
from_secret: SECRET_MONGODB_USERNAME
|
|
|
|
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_ME_CONFIG_BASICAUTH_PASSWORD:
|
|
|
|
|
|
|
|
from_secret: SECRET_MONGODB_PASSWORD
|
|
|
|
|
|
|
|
ADMINS: alixjeudi--lemoine,alexisferon,mathisframit,maxencejouannet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: deploy-api
|
|
|
|
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: hub.codefirst.iut.uca.fr/alix.jeudi--lemoine/memorymap_api:latest
|
|
|
|
IMAGENAME: hub.codefirst.iut.uca.fr/alix.jeudi--lemoine/memorymap_api:latest
|
|
|
|