-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdiploi.yaml
More file actions
40 lines (34 loc) · 1011 Bytes
/
diploi.yaml
File metadata and controls
40 lines (34 loc) · 1011 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
diploiVersion: v1.0
type: component
name: Ghost
description: Official Diploi component for Ghost
supportsAdditionalHosts: { serviceName: 'app'}
hosts:
- name: Ghost
identifier: app
port: 2368
environmentVariables:
- identifier: database__client
defaultValue: mysql
- identifier: database__connection__database
defaultValue: ghost
- identifier: storage__active
defaultValue: DiploiImagesStorage
- identifier: storage__media__adapter
defaultValue: DiploiMediaStorage
- identifier: storage__files__adapter
defaultValue: DiploiFilesStorage
images:
- identifier: app
prebuildImage: public.ecr.aws/p8t2q7f4/diploi/component-ghost:[tag]
storage:
- identifier: ghost
sizeMiB: 8192
dependencies:
- identifier: mariadb
package: https://github.com/diploi/addon-mariadb#v1.0.0
env:
include:
- MARIADB_HOST:database__connection__host
- MARIADB_USER:database__connection__user
- MARIADB_PASSWORD:database__connection__password