Merge branch 'main' of https://git.coopcloud.tech/coop-cloud/gotosocial
This commit is contained in:
commit
d19c8e1083
@ -5,7 +5,7 @@
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 5
|
||||
* **Status**: 4
|
||||
* **Image**: [`gotosocial`](https://hub.docker.com/r/superseriousbusiness/gotosocial), 4, upstream
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: No
|
||||
|
@ -16,11 +16,6 @@ services:
|
||||
- db_password
|
||||
db:
|
||||
image: postgres:17.2
|
||||
deploy:
|
||||
labels:
|
||||
backupbot.backup.pre-hook: "/pg_backup.sh backup"
|
||||
backupbot.backup.path: "/var/lib/postgresql/data/backup.sql"
|
||||
backupbot.restore.post-hook: "/pg_backup.sh restore"
|
||||
environment:
|
||||
- POSTGRES_DB=gotosocial
|
||||
- POSTGRES_USER=gotosocial-user
|
||||
|
10
compose.yml
10
compose.yml
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: superseriousbusiness/gotosocial:0.17.3
|
||||
image: superseriousbusiness/gotosocial:0.17.4
|
||||
configs:
|
||||
- source: entrypoint
|
||||
target: /custom-entrypoint.sh
|
||||
@ -27,13 +27,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.0.0+0.17.3"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.pre-hook=cp /gotosocial/storage/sqlite.db /gotosocial/storage/sqlitebak.db"
|
||||
- "backupbot.backup.path=/gotosocial/storage/sqlitebak.db"
|
||||
- "backupbot.backup.post-hook=rm /gotosocial/storage/sqlitebak.db"
|
||||
- "backupbot.restore=true"
|
||||
- "backupbot.restore.post-hook=cp /gotosocial/storage/sqlitebak.db /gotosocial/storage/sqlite.db"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.8.0+0.17.4"
|
||||
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user