generated from coop-cloud/example
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
87a62a57cc | |||
e62cce703f | |||
25df83d7f7 | |||
0638fd60ce | |||
642ba666e6 | |||
64dad451a8 | |||
68ccd5aaa0 | |||
3caf27beab |
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
||||
export NGINX_DEFAULT_CONF_VERSION=v5
|
||||
export NGINX_DEFAULT_CONF_VERSION=v6
|
||||
export ENTRYPOINT_CONF_VERSION=v3
|
||||
|
@ -3,7 +3,7 @@ services:
|
||||
git:
|
||||
environment:
|
||||
- GIT_REPO_URL
|
||||
image: alpine/git:v2.45.2
|
||||
image: alpine/git:v2.47.2
|
||||
entrypoint: /docker-entrypoint.sh
|
||||
volumes:
|
||||
- content:/git
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: nginx:1.27.2
|
||||
image: nginx:1.28.0
|
||||
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.7.1+1.27.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.10.0+1.28.0"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/usr/share/nginx/html"
|
||||
environment:
|
||||
|
1
release/1.10.0+1.28.0
Normal file
1
release/1.10.0+1.28.0
Normal file
@ -0,0 +1 @@
|
||||
Adds optional sftp support
|
Reference in New Issue
Block a user