Commit 4146c3e0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza ficheros compose y plantillas CI

parent 7977c665
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.5'

volumes:
  vernemq-data-vol:
    name: ${VERNEMQ_DATA_VOL_NAME}
+0 −2
Original line number Diff line number Diff line
version: '3.5'

services:
  vmq-redis:
    deploy:
+0 −2
Original line number Diff line number Diff line
version: '3.5'

services:
  vmq-redis:
    image: ${REDIS_IMAGE_NAME:-redis}:${REDIS_IMAGE_TAG:-alpine}