generated from coop-cloud/example
Compare commits
No commits in common. "main" and "sftp" have entirely different histories.
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
||||
export NGINX_DEFAULT_CONF_VERSION=v6
|
||||
export NGINX_DEFAULT_CONF_VERSION=v5
|
||||
export ENTRYPOINT_CONF_VERSION=v3
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -1 +0,0 @@
|
||||
Adds optional sftp support
|
Loading…
x
Reference in New Issue
Block a user