-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsnap.yaml
More file actions
44 lines (37 loc) · 809 Bytes
/
snap.yaml
File metadata and controls
44 lines (37 loc) · 809 Bytes
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
apps:
server:
user: plex
command: bin/service.plex.sh start
daemon: simple
start-timeout: 600s
plugs:
- network
- network-bind
restart-condition: always
restart-delay: 10s
before: [nginx]
nginx:
user: plex
command: bin/service.nginx.sh
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
restart-delay: 10s
start-timeout: 600s
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
confinement: strict
description: Plex
grade: stable
name: plex
summary: Plex Media Server