Commit 223b2a28 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Resuelve doble referencia de variable

Por limitaciones de docker-deploy, no es posible utilizar una variable
como valor por defecto de otra.
parent f2c775da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ services:
      cluster.name: ${ES_CLUSTER_NAME:-es_dev}
    ports:
      - target: ${INTERNAL_PORT}
        published: ${EXTERNAL_PORT:-${INTERNAL_PORT}}
        published: ${EXTERNAL_PORT:-9200}
        mode: ${PORT_MODE:-host}
    deploy:
      resources: