-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnap.yaml
More file actions
87 lines (72 loc) · 1.55 KB
/
snap.yaml
File metadata and controls
87 lines (72 loc) · 1.55 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
apps:
postgresql:
user: mastodon
command: bin/service.postgresql.sh start
daemon: forking
restart-condition: always
start-timeout: 200s
redis:
user: mastodon
command: bin/service.redis.sh
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
start-timeout: 600s
before: [sidekiq]
streaming:
user: mastodon
command: bin/service.streaming.sh
daemon: simple
restart-condition: always
start-timeout: 200s
sidekiq:
user: mastodon
command: bin/service.sidekiq.sh
daemon: simple
restart-condition: always
start-timeout: 200s
web:
user: mastodon
command: bin/service.web.sh
daemon: simple
restart-condition: always
start-timeout: 200s
nginx:
command: bin/service.nginx.sh
user: mastodon
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
cleaner:
command: bin/service.cleaner.sh
user: mastodon
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
storage-change:
command: bin/cli storage-change
access-change:
command: bin/cli access-change
backup-pre-stop:
command: bin/cli backup-pre-stop
restore-pre-start:
command: bin/cli restore-pre-start
restore-post-start:
command: bin/cli restore-post-start
psql:
command: bin/psql.sh
pgdumpall:
command: bin/pg_dumpall.sh
tootctl:
command: bin/tootctl.sh
confinement: strict
description: Mastodon
grade: stable
name: mastodon
summary: Mastodon