Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17574fd3fe | ||
|
|
8b6983d240 |
+1
-1
@@ -5,7 +5,7 @@ authentik:
|
|||||||
- SECRET_AUTHENTIK_SECRET_VERSION
|
- SECRET_AUTHENTIK_SECRET_VERSION
|
||||||
- SECRET_AUTHENTIK_ID_VERSION
|
- SECRET_AUTHENTIK_ID_VERSION
|
||||||
- LOGIN_TYPE
|
- LOGIN_TYPE
|
||||||
execute:
|
inital-hooks:
|
||||||
- app set_authentik
|
- app set_authentik
|
||||||
shared_secrets:
|
shared_secrets:
|
||||||
wordpress_secret: authentik_secret
|
wordpress_secret: authentik_secret
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "wordpress:6.5.5"
|
image: "wordpress:6.6.0"
|
||||||
volumes:
|
volumes:
|
||||||
- "wordpress_content:/var/www/html/wp-content/"
|
- "wordpress_content:/var/www/html/wp-content/"
|
||||||
networks:
|
networks:
|
||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
- "backupbot.backup=true"
|
- "backupbot.backup=true"
|
||||||
- "backupbot.backup.path=/var/www/html"
|
- "backupbot.backup.path=/var/www/html"
|
||||||
- "coop-cloud.${STACK_NAME}.version=2.10.0+6.5.5"
|
- "coop-cloud.${STACK_NAME}.version=2.11.0+6.6.0"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: "mariadb:11.4"
|
image: "mariadb:11.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user