Commit 42258053 authored by Nacho's avatar Nacho
Browse files

Corrige config de despliegue

parent 46a59c54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,5 +41,5 @@ deploy-pro:
  environment:
    name: master
  only:
    - branches
    - master
  when: manual
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ services:
    image: atmoz/sftp:alpine
    container_name: sftp
    ports:
       - ${PORT}:22
       - "${PORT}:22"
    restart: on-failure:3

volumes:
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ services:
      labels:
        traefik.port: 22
        traefik.docker.network: traefik-net
        traefik.frontend.rule: Host:sftp.${PUBLIC_HOSTNAME}
        traefik.frontend.rule: "Host:sftp.${PUBLIC_HOSTNAME}"
        traefik.backend: sftp
      placement:
        constraints:
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ services:
    image: atmoz/sftp:alpine
    volumes:
        - geoserver-vol:/mnt/geoserver
    command: ${SFTP_USERS}
 No newline at end of file
    command: "${SFTP_USERS}"
 No newline at end of file