forked from akretion/docky-odoo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copier.yml
61 lines (54 loc) · 1.3 KB
/
copier.yml
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
# Configure jinja2 defaults to make syntax highlighters happy
_templates_suffix: .jinja
_subdirectory: src
_envops:
block_end_string: "%}"
block_start_string: "{%"
comment_end_string: "#}"
comment_start_string: "{#"
keep_trailing_newline: true
variable_end_string: "}}"
variable_start_string: "{{"
project_name:
type: str
help: Project Name
odoo_version:
type: float
choices:
- 16.0
- 15.0
- 14.0
- 13.0
- 12.0
default: 16.0
help: Odoo version
use_secret:
type: bool
help: generate docker-compose dedicate file for secret
provide_web_debugger:
type: bool
help:
Make it possible to activate/deactivate a web debugger for docker (WDB) in dev
environment
provide_adminer:
type: bool
help:
Allow to use https://www.adminer.org to manage db data
org_name:
type: str
default: Akretion
help:
Tell me the Organization name. It's supposed to be human-readable. It will be used
in the author key of the __manifest__ files.
_skip_if_exists:
- frozen.yaml
- README.md # TODO how to manage readme ?
- odoo/local-src/*
- odoo/spec.yaml
- odoo/odoo-spec.yaml
- odoo/requirements.txt
- odoo/setup.py
- clear-ci-db-token
- clear-ci.secrets.docker-compose.yml
- clear-prod.secrets.docker-compose.yml
- secrets.docker-compose.yml