update repo from coop-cloud to toolshed
This commit is contained in:
parent
662b0961b0
commit
edb1cbf640
@ -39,7 +39,7 @@ steps:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- coop-cloud/auto-recipes-catalogue-json
|
||||
- toolshed/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
|
@ -23,7 +23,7 @@
|
||||
* `abra app config <app-domain>` (choose database type now, migration is possible but annoying)
|
||||
* `abra app deploy <app-domain>`
|
||||
|
||||
Note: This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores. Please be patient and check the logs, if it's something related to postgres not being available yet then just wait, GtS will restart until the database is available.
|
||||
> **Note:** This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores, this is a known issue related to wasm compilation running on initialization. Please be patient and check the logs.
|
||||
|
||||
## [Database](https://docs.gotosocial.org/en/latest/configuration/database/)
|
||||
|
||||
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: superseriousbusiness/gotosocial:0.17.4
|
||||
image: superseriousbusiness/gotosocial:0.18.0
|
||||
configs:
|
||||
- source: entrypoint
|
||||
target: /custom-entrypoint.sh
|
||||
@ -13,7 +13,6 @@ services:
|
||||
- GTS_DB_TYPE=sqlite
|
||||
- GTS_DB_ADDRESS=/gotosocial/storage/sqlite.db
|
||||
- GTS_WAZERO_COMPILATION_CACHE=/gotosocial/.cache
|
||||
- GTS_TRUSTED_PROXIES=0.0.0.0/0
|
||||
volumes:
|
||||
- gtsdata:/gotosocial/storage
|
||||
- gtscache:/gotosocial/.cache
|
||||
@ -27,7 +26,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=0.8.0+0.17.4"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.8.0+0.18.0"
|
||||
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1
|
||||
@ -45,7 +44,6 @@ volumes:
|
||||
gtsdata:
|
||||
gtscache:
|
||||
|
||||
|
||||
configs:
|
||||
entrypoint:
|
||||
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_VERSION}
|
||||
|
3
release/0.8.0+0.18.0
Normal file
3
release/0.8.0+0.18.0
Normal file
@ -0,0 +1,3 @@
|
||||
No manual intervention is required for this release but please do not interupt the automatic migration process
|
||||
or you will end up with a corrupt database. See the gts github releases for more info about this version
|
||||
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.18.0
|
Loading…
x
Reference in New Issue
Block a user