Commit 727f3355 authored by Ignacio's avatar Ignacio
Browse files

Añade variable para los puertos

parent a504e4d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
PUBLIC_PORT=2224
PASSIVE_PUBLIC_PORT='30000-30009'
PASSIVE_PUBLIC_PORT=30000-30009
+0 −2
Original line number Diff line number Diff line
@@ -7,11 +7,9 @@ services:
      - ingest-ftp-net
    ports:
      - target: 21
        published: ${PUBLIC_PORT}
        protocol: tcp
        mode: ingress
      - target: 30000-30009
        published: ${PASSIVE_PUBLIC_PORT}
        protocol: tcp
        mode: ingress
    volumes: