-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yml
More file actions
101 lines (90 loc) · 1.57 KB
/
Copy pathstack.yml
File metadata and controls
101 lines (90 loc) · 1.57 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
name: wordpress
icon: wordpress
title: WordPress
services:
- name: php
title: PHP
service: wordpress-php
required: true
options:
- version: '8.5'
- version: '8.4'
default: true
- version: '8.3'
derivatives:
- name: sshd
service: wordpress-php-sshd
volumes:
- name: wp-content
size: 20
links:
- name: db
service: mariadb
- name: wp-content
service: wp-content-nfs
- name: sendmail
service: mailpit
- name: redis
service: valkey
workloads:
- name: main
containers:
- name: php
env:
- name: PHP_MEMORY_LIMIT
value: 512M
- name: vinyl
title: Vinyl
service: wordpress-vinyl
links:
- name: backend
service: nginx
- name: wp-content-nfs
title: WP content NFS storage
service: nfs-provisioner
volumes:
- name: data
size: 25
- name: nginx
title: Nginx
service: wordpress-nginx
required: true
links:
- name: backend
service: php
- name: mariadb
title: MariaDB
service: mariadb
volumes:
- name: data
size: 10
- name: valkey
required: false
title: Valkey
service: valkey
- name: mailpit
required: false
title: Mailpit
service: mailpit
- name: opensmtpd
required: false
disabled: true
title: OpenSMTPD
service: opensmtpd
- name: gotenberg
required: false
title: Gotenberg
service: gotenberg
- name: cloud-mariadb
title: Cloud MariaDB
service: cloud-mariadb
disabled: true
options:
- version: '10.3'
- name: cloud-mysql
title: Cloud MySQL
service: cloud-mysql
disabled: true
options:
- version: '5.7'
- version: '8'