Commit 3ddbe150 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Limpia y actualiza variables de volumen

parent 9b8b14cd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,5 +9,3 @@ stages:
.deploy:
  variables:
    STACK: metric
  environment:
    url: https://${CI_PROJECT_NAME}.${PUBLIC_HOSTNAME}
+3 −3
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'

volumes:
  data-vol:
    name: ${DATA_VOL_NAME}
    driver: local
    driver_opts:
      type: ${DATA_VOL_TYPE:-nfs4}
      o: addr=${DATA_VOL_ADDR:-127.0.0.1},${DATA_VOL_OPTIONS:-rw,nolock,noatime,tcp,rsize=8192,wsize=8192,timeo=14}
      type: ${VOL_TYPE:-nfs4}
      o: addr=${VOL_ADDR:-127.0.0.1},${VOL_OPTS:-rw,nolock,noatime,tcp,rsize=8192,wsize=8192,timeo=14}
      device: ${DATA_VOL_DEVICE:-:/pushgateway-vol/}
+1 −1
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'

volumes:
  data-vol:
+1 −1
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'

services:
  pushgateway: