You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -225,6 +229,7 @@ Containers are configured using parameters passed at runtime (such as those abov
225
229
| :----: | --- |
226
230
|`-p 80:80`| Port for web frontend |
227
231
|`-p 443:443`| Port for web frontend |
232
+
|`-p 9394`| Port for Prometheus metrics |
228
233
|`-e PUID=1000`| for UserID - see below for explanation |
229
234
|`-e PGID=1000`| for GroupID - see below for explanation |
230
235
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
@@ -265,6 +270,7 @@ Containers are configured using parameters passed at runtime (such as those abov
265
270
|`-e SIDEKIQ_THREADS=5`| The number of threads for sidekiq to use. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-threads). |
266
271
|`-e DB_POOL=5`| The size of the DB connection pool, must be *at least* the same as `SIDEKIQ_THREADS`. See [notes](https://docs.joinmastodon.org/admin/scaling/#sidekiq-threads). |
267
272
|`-e NO_CHOWN=`| Set to `true` to skip chown of /config on init. *READ THE APPLICATION NOTES BEFORE SETTING THIS*. |
273
+
|`-e MASTODON_PROMETHEUS_EXPORTER_ENABLED=`| If set to `true`, Mastodon’s Ruby processes (web & Sidekiq) will enable the Prometheus instrumentation. |
268
274
|`-v /config`| Contains all relevant configuration files. |
269
275
270
276
## Environment variables from files (Docker secrets)
@@ -429,6 +435,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
429
435
430
436
## Versions
431
437
438
+
***21.10.25:** - Add prometheus exporter support.
432
439
***20.10.25:** - Add vips-heif.
433
440
***08.07.25:** - Rebase to Alpine 3.22.
434
441
***06.06.25:** - Rebase to Alpine 3.21, replace deprecated imagemagick with vips.
0 commit comments