You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
716 B

4 months ago
kind: pipeline
type: docker
name: deploy-postgresql
steps:
- name: deploy-container-postgresql
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: postgres:13
CONTAINERNAME: postgresql
PRIVATE: true
4 months ago
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD:
from_secret: db_root_password
4 months ago
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DB:
from_secret: db_database
4 months ago
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER:
from_secret: db_user
4 months ago
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD_USER:
from_secret: db_password
- name: check-docker-status
image: docker:20.10.14
commands:
- docker ps -a