Compare commits

..

2 Commits

Author SHA1 Message Date
Roberto Soto a82c3edf4e seed needed before accounts creation
continuous-integration/drone/pr Build is failing
2026-05-19 19:45:50 -04:00
Roberto Soto d8a02a3091 intentando que no sea interactivo
continuous-integration/drone/pr Build is failing
2026-05-19 13:27:59 -04:00
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
> Your self-hosted, globally interconnected microblogging community
<!-- metadata -->
* **Maintainers**: `@3wordchant` (Matrix: `@3wc:autonomic.zone`), `Nick` (Matrix: `@nicksellen:matrix.org`)
* **Maintainers**: `@3wordchant` (Matrix: `@3wc:autonomic.zone`), `Benjamin` (Matrix: `@benjaminlj:matrix.org`), `Nick` (Matrix: `@nicksellen:matrix.org`)
* **Status**: `stable`
* **Category**: Apps
* **Features**: 1
+2 -2
View File
@@ -58,7 +58,7 @@ assets() {
admin() {
environment
bundle exec rails db:seed
bin/tootctl accounts create "$1" --email "$2" --confirmed --role Owner
bin/tootctl accounts approve "$1"
}
@@ -108,7 +108,7 @@ secrets() {
echo "VAPID_PRIVATE_KEY = $VAPID_PRIVATE_KEY"
echo ""
abra app secret generate "$APP_NAME" db_password v1
abra app secret generate "$APP_NAME" db_password v1 -n
echo ""
echo "don't forget to insert your smtp_password! your deployment won't work without it"
+4 -4
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.5.10
image: tootsuite/mastodon:v4.5.9
command: |
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
@@ -20,7 +20,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.0.5+v4.5.10"
- "coop-cloud.${STACK_NAME}.version=3.0.4+v4.5.9"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@@ -129,7 +129,7 @@ services:
- WEB_DOMAIN
streaming:
image: tootsuite/mastodon-streaming:v4.5.10
image: tootsuite/mastodon-streaming:v4.5.9
command: node ./streaming/index.js
configs: *configs
entrypoint: /usr/local/bin/entrypoint_streaming.sh
@@ -150,7 +150,7 @@ services:
volumes: *appVolume
sidekiq:
image: tootsuite/mastodon:v4.5.10
image: tootsuite/mastodon:v4.5.9
secrets: *secrets
command: bundle exec sidekiq
configs: *configs