Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,5 +41,5 @@ deploy-pro: environment: name: master only: - branches - master when: manual No newline at end of file docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ services: image: atmoz/sftp:alpine container_name: sftp ports: - ${PORT}:22 - "${PORT}:22" restart: on-failure:3 volumes: Loading docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,5 +41,5 @@ deploy-pro: environment: name: master only: - branches - master when: manual No newline at end of file
docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ services: image: atmoz/sftp:alpine container_name: sftp ports: - ${PORT}:22 - "${PORT}:22" restart: on-failure:3 volumes: Loading
docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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