Commit 396e5776 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina config de traefik

Actualiza versión en docker compose
parent 5e9e608d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'

services:
  tasks:
+1 −1
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'

services:
  tasks:
+1 −11
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'

services:
  tasks:
@@ -31,7 +31,6 @@ services:
      kafka-net:
      postgres-net:
      redmic-net:
      traefik-net:
    volumes:
      - mediastorage-private-vol:/data/MEDIA_STORAGE
      - mediastorage-public-vol:/data/PUBLIC_MEDIA_STORAGE
@@ -44,10 +43,6 @@ services:
    deploy:
      mode: replicated
      replicas: ${REPLICAS:-1}
      labels:
        traefik.frontend.rule: Host:${PUBLIC_HOSTNAME};PathPrefix:/api/${MICROSERVICE_NAME}
        traefik.backend: ${MICROSERVICE_NAME}
        traefik.port: "${MICROSERVICE_PORT}"
      restart_policy:
        delay: ${RESTART_DELAY:-1m}
      update_config:
@@ -73,8 +68,3 @@ networks:
    name: ${REDMIC_NET_NAME:-redmic-net}
    driver: ${REDMIC_NET_DRIVER:-overlay}
    external: true

  traefik-net:
    name: ${TRAEFIK_NET_NAME:-traefik-net}
    driver: ${TRAEFIK_NET_DRIVER:-overlay}
    external: true