Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
docker
/
catalog
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5cce001c
authored
Mar 30, 2017
by
Ivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version odoo digitalvalue añadidas preguntas de dominio y volumenes persistentes
parent
faf91f21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
templates/odoo/1/docker-compose.yml
templates/odoo/1/rancher-compose.yml
templates/odoo/1/docker-compose.yml
View file @
5cce001c
...
...
@@ -15,8 +15,8 @@ services:
PGUSER
:
odoo
stdin_open
:
true
volumes
:
-
odoo-datadir
:/var/lib/odoo
-
odoo-extra-addons
:/mnt/extra-addons
-
${odoo-datadir}
:/var/lib/odoo
-
${odoo-extra-addons}
:/mnt/extra-addons
tty
:
true
links
:
-
db:db
...
...
templates/odoo/1/rancher-compose.yml
View file @
5cce001c
...
...
@@ -4,6 +4,21 @@
description
:
"
ERP
management
powered
by
Odoo"
uuid
:
odoo-0
questions
:
-
variable
:
access_domain
description
:
Dominio con que se accede al odoo
label
:
Dominio
required
:
true
type
:
string
-
variable
:
odoo-datadir
description
:
Nombre de volumen para almacenamiento persistente de datos
label
:
Datadir Volume
required
:
true
type
:
string
-
variable
:
odoo-extra-addons
description
:
Nombre de volumen para almacenamiento persistente de extenciones extra
label
:
Extra Addons Volume
required
:
true
type
:
string
odoo
:
version
:
'
2'
...
...
@@ -22,7 +37,7 @@ services:
timeout client 60000ms
timeout server 60000ms
port_rules:
- hostname:
odoo.digitalvalue.es
- hostname:
${access_domain}
path: ''
priority: 1
protocol: http
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment