Compare commits

..

No commits in common. "main" and "sftp" have entirely different histories.
main ... sftp

4 changed files with 4 additions and 5 deletions

View File

@ -1,2 +1,2 @@
export NGINX_DEFAULT_CONF_VERSION=v6
export NGINX_DEFAULT_CONF_VERSION=v5
export ENTRYPOINT_CONF_VERSION=v3

View File

@ -3,7 +3,7 @@ services:
git:
environment:
- GIT_REPO_URL
image: alpine/git:v2.47.2
image: alpine/git:v2.45.2
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.28.0
image: nginx:1.27.2
networks:
- proxy
deploy:
@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.10.0+1.28.0"
- "coop-cloud.${STACK_NAME}.version=1.7.1+1.27.2"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment:

View File

@ -1 +0,0 @@
Adds optional sftp support