generated from coop-cloud/example
chore: publish 1.0.5+v4.3.8 release
This commit is contained in:
parent
f2c781b20c
commit
b23d6f874e
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: tootsuite/mastodon:v4.3.7
|
image: tootsuite/mastodon:v4.3.8
|
||||||
command: |
|
command: |
|
||||||
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
|
||||||
networks: &bothNetworks
|
networks: &bothNetworks
|
||||||
@ -20,7 +20,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
|
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=1.0.4+v4.3.7"
|
- "coop-cloud.${STACK_NAME}.version=1.0.5+v4.3.8"
|
||||||
configs: &configs
|
configs: &configs
|
||||||
- source: entrypoint_sh
|
- source: entrypoint_sh
|
||||||
target: /usr/local/bin/entrypoint.sh
|
target: /usr/local/bin/entrypoint.sh
|
||||||
@ -129,7 +129,7 @@ services:
|
|||||||
- WEB_DOMAIN
|
- WEB_DOMAIN
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
image: tootsuite/mastodon-streaming:v4.3.7
|
image: tootsuite/mastodon-streaming:v4.3.8
|
||||||
command: node ./streaming/index.js
|
command: node ./streaming/index.js
|
||||||
configs: *configs
|
configs: *configs
|
||||||
entrypoint: /usr/local/bin/entrypoint_streaming.sh
|
entrypoint: /usr/local/bin/entrypoint_streaming.sh
|
||||||
@ -150,7 +150,7 @@ services:
|
|||||||
volumes: *appVolume
|
volumes: *appVolume
|
||||||
|
|
||||||
sidekiq:
|
sidekiq:
|
||||||
image: tootsuite/mastodon:v4.3.7
|
image: tootsuite/mastodon:v4.3.8
|
||||||
secrets: *secrets
|
secrets: *secrets
|
||||||
command: bundle exec sidekiq
|
command: bundle exec sidekiq
|
||||||
configs: *configs
|
configs: *configs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user