-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig-dockercompose.yaml
103 lines (103 loc) · 2.07 KB
/
config-dockercompose.yaml
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
102
103
databases:
db:
storage: postgresql
transaction_strategy: dbresolve_readcommitted
dsn: postgresql://postgres:secret@gcms_dev_pg:5432/guillotina
read_only: false
pool_size: 100
asgi_server: uvicorn
store_json: true
applications:
- guillotina.contrib.workflows
- guillotina.contrib.vocabularies
- guillotina.contrib.dbusers
- guillotina.contrib.mailer
- guillotina.contrib.email_validation
- guillotina.contrib.cache
- guillotina.contrib.catalog.pg
- guillotina_volto
mailer:
utility: guillotina.contrib.mailer.utility.PrintingMailerUtility
host: 0.0.0.0
address: 8081
static:
- favicon.png: static/favicon.png
- assets: guillotina:static/assets
- swagger_static: guillotina.contrib.swagger:static
container_types:
- Site
root_user:
password: root
auth_extractors:
- guillotina.auth.extractors.BearerAuthPolicy
- guillotina.auth.extractors.BasicAuthPolicy
- guillotina.auth.extractors.WSTokenAuthPolicy
auth_token_validators:
- guillotina.auth.validators.SaltedHashPasswordValidator
- guillotina.auth.validators.JWTValidator
redis:
host: localhost
port: 6379
jwt:
secret: secret
algorithm: HS256
jsapps:
+admin: guillotina:static/executioner
+manage: guillotina:static/gmi
cors:
allow_origin:
- '*'
allow_methods:
- GET
- POST
- DELETE
- HEAD
- PATCH
- OPTIONS
- PUT
allow_headers:
- '*'
expose_headers:
- '*'
allow_credentials: true
max_age: 3660
allow_register: true
global_disallowed_types:
- User
- UserManager
- Group
- GroupManager
- Item
- Container
- Folder
default_blocks:
Document:
blocks:
tile1:
'@type': title
tile2:
'@type': description
tile3:
text: null
'@type': text
blocks_layout:
items:
- tile1
- tile2
- tile3
Container:
blocks:
tile1:
'@type': title
tile2:
'@type': description
tile3:
text: null
'@type': text
blocks_layout:
items:
- tile1
- tile2
- tile3
allow_discussion_types:
- Document