diff --git a/compose.yml b/compose.yml index 057650c..41a4c92 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: tootsuite/mastodon:v4.1.4 + image: tootsuite/mastodon:v4.3.1 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=0.1.2+v4.1.4" + - "coop-cloud.${STACK_NAME}.version=0.2.0+v4.3.1" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh @@ -119,7 +119,7 @@ services: - WEB_DOMAIN streaming: - image: tootsuite/mastodon:v4.1.4 + image: tootsuite/mastodon:v4.3.1 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -140,7 +140,7 @@ services: volumes: *appVolume sidekiq: - image: tootsuite/mastodon:v4.1.4 + image: tootsuite/mastodon:v4.3.1 secrets: *secrets command: bundle exec sidekiq configs: *configs @@ -154,7 +154,7 @@ services: environment: *env db: - image: postgres:15.3-alpine + image: postgres:17.0-alpine networks: &internalNetwork - internal volumes: @@ -167,7 +167,7 @@ services: - POSTGRES_USER=${DB_USER} redis: - image: redis:7.0-alpine + image: redis:7.4-alpine networks: *internalNetwork healthcheck: test: ["CMD", "redis-cli", "ping"] diff --git a/release/0.2.0+v4.3.1 b/release/0.2.0+v4.3.1 new file mode 100644 index 0000000..679f507 --- /dev/null +++ b/release/0.2.0+v4.3.1 @@ -0,0 +1 @@ +upgrade apps \ No newline at end of file