forked from mastodon/mastodon
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidekiq.yml
37 lines (36 loc) · 1.32 KB
/
sidekiq.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# sidekiq.yml
# Created: 2024-09-11T15:44:25-04:00
# Modified: 2024-09-11T15:44:25-04:00
# Author: Justin Paul Chase <[email protected]>
# Copyright: © 2024 Justin Paul Chase, All Rights Reserved
# License: MIT (https://opensource.org/licenses/MIT)
#
---
services:
sidekiq:
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
# image: ghcr.io/mastodon/mastodon:v4.3.0-beta.1
container_name: sidekiq
image: ghcr.io/poz-world/sidekiq.poz.world:latest
restart: always
env_file: .env.production
entrypoint: ["bash", "/opt/mastodon/bin/start-sidekiq"]
healthcheck:
# prettier-ignore
test: ['CMD-SHELL',"curl -s --noproxy localhost localhost:3000/health | grep -q 'OK' || exit 1"]
ports:
- "8082:8081"
volumes:
- ./app:/opt/mastodon/app
# - ./app:/app/www/app
# - ./app:/mastodon/app
- ./config:/config
- ./config:/opt/mastodon/config
# - ./config:/app/www/config
# - ./config:/mastodon/config
- ./public:/opt/mastodon/public
# - ./public:/app/www/public
# - ./public:/mastodon/public
# - ./public/system:/opt/mastodon/public/system
# - ./root/etc/letsencrypt/live/thebackroom.life:/etc/letsencrypt/live/thebackroom.life