6 Commits

Author SHA1 Message Date
3wc
3d74c22248 chore: publish 1.5.1+1.25.3 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-09 17:35:58 +00:00
3wc
56d7a64a1b chore: publish 1.5.0+1.25.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-08 19:33:37 +01:00
d2308332e4 Merge pull request 'add optional redirection + fix 404s' (#2) from redirect into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2023-05-30 13:51:40 +00:00
3wc
697fe25259 chore: publish 1.4.0+1.24.0 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-27 15:44:50 -04:00
3wc
bad32dd353 chore: publish 1.3.2+1.23.3 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-28 11:39:16 -04:00
3wc
f25c45c5c6 Change category to "Development"
[ci skip]
2023-03-28 11:37:29 -04:00
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
Custom HTML website, served using Nginx.
<!-- metadata -->
* **Category**: Apps
* **Category**: Development
* **Status**: 2, beta
* **Image**: [`nginx`](https://hub.docker.com/_/nginx), 4, upstream
* **Healthcheck**: No

View File

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

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.23.3
image: nginx:1.25.3
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.3.1+1.23.3"
- "coop-cloud.${STACK_NAME}.version=1.5.1+1.25.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment: