Commit 0636170b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Renueva plantillas CI y ficheros compose

parent 5b2f1250
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment.yml'
    file: '/deployment-service/docker-deploy.yml'

stages:
  - deploy
+0 −2
Original line number Diff line number Diff line
version: '3.9'

volumes:
  data-vol:
    name: ${DATA_VOL_NAME}
+0 −2
Original line number Diff line number Diff line
version: '3.9'

volumes:
  data-vol:
    name: ${DATA_VOL_NAME}
+0 −2
Original line number Diff line number Diff line
version: '3.9'

services:
  pushgateway:
    image: ${IMAGE_NAME:-prom/pushgateway}:${IMAGE_TAG:-latest}