chore: publish 0.1.0+2023-04-04a release
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2adec77312
commit
45894154d6
@ -2,7 +2,7 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
app:
|
||||
image: lscr.io/linuxserver/dokuwiki:version-2022-07-31a
|
||||
image: lscr.io/linuxserver/dokuwiki:version-2023-04-04a
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@ -20,7 +20,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.web.version=0.0.1+2022-07-31a"
|
||||
- "coop-cloud.${STACK_NAME}.web.version=0.1.0+2023-04-04a"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "http://localhost:80"]
|
||||
interval: 30s
|
||||
|
Loading…
Reference in New Issue
Block a user