-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnap.yaml
More file actions
47 lines (38 loc) · 837 Bytes
/
snap.yaml
File metadata and controls
47 lines (38 loc) · 837 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
45
46
47
apps:
php-fpm:
user: grocy
command: bin/service.php-fpm.sh start
daemon: forking
plugs:
- network
- network-bind
restart-condition: always
post-start-command: bin/service.php-fpm.sh post-start
before: [nginx]
nginx:
command: bin/service.nginx.sh
user: grocy
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
php:
command: bin/php-runner
cli:
command: bin/cli
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: Grocy
grade: stable
name: grocy
summary: Grocy