forked from coop-cloud/mastodon
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8efe484cc9 | ||
|
|
36e2d26a1a | ||
|
|
cd17381f55 | ||
|
|
22c19582fd | ||
|
|
34eaf7ea1f | ||
|
|
2142dcb622 | ||
|
|
acf7d1efef | ||
|
|
f1bd5df88b |
@@ -3,7 +3,7 @@
|
||||
> Your self-hosted, globally interconnected microblogging community
|
||||
|
||||
<!-- metadata -->
|
||||
* **Maintainers**: `@3wordchant` (Matrix: `@3wc:autonomic.zone`), `Benjamin` (Matrix: `@benjaminlj:matrix.org`), `Nick` (Matrix: `@nicksellen:matrix.org`)
|
||||
* **Maintainers**: `@3wordchant` (Matrix: `@3wc:autonomic.zone`), `Nick` (Matrix: `@nicksellen:matrix.org`)
|
||||
* **Status**: `stable`
|
||||
* **Category**: Apps
|
||||
* **Features**: 1
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
export ENTRYPOINT_CONF_VERSION=v7
|
||||
export ENTRYPOINT_STREAMING_CONF_VERSION=v2
|
||||
# we're using abra in english
|
||||
export LANG=C
|
||||
|
||||
grep=grep
|
||||
if ! $grep -P --version 2>/dev/null 1>/dev/null
|
||||
|
||||
+5
-5
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: tootsuite/mastodon:v4.5.10
|
||||
image: tootsuite/mastodon:v4.5.16
|
||||
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.6+v4.5.16"
|
||||
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.16
|
||||
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.16
|
||||
secrets: *secrets
|
||||
command: bundle exec sidekiq
|
||||
configs: *configs
|
||||
@@ -178,7 +178,7 @@ services:
|
||||
- POSTGRES_USER=${DB_USER}
|
||||
|
||||
redis:
|
||||
image: redis:8.6-alpine
|
||||
image: redis:8.10-alpine
|
||||
networks: *internalNetwork
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
|
||||
Reference in New Issue
Block a user