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
faf91f21
authored
Mar 30, 2017
by
Ivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 version odoo digitalvalue
parent
a9a84894
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
38 deletions
templates/odoo/1/docker-compose.yml
templates/odoo/1/rancher-compose.yml
templates/odoo/config.yml
templates/odoo/1/docker-compose.yml
View file @
faf91f21
version
:
'
2'
volumes
:
odoo-datadir
:
external
:
true
driver
:
rancher-nfs
odoo-extra-addons
:
external
:
true
driver
:
rancher-nfs
services
:
odoo
:
image
:
odoo:9.0
environment
:
PGHOST
:
db
PGPASSWORD
:
P4ss
W
0rD
PGPASSWORD
:
P4ss
w
0rD
PGUSER
:
odoo
stdin_open
:
true
volumes
:
-
odoo-datadir:/var/lib/odoo
-
odoo-extra-addons:/mnt/extra-addons
tty
:
true
links
:
-
db:db
volumes_from
:
-
odoo-data
ports
:
-
8069:8069/tcp
labels
:
io.rancher.container.pull_image
:
always
io.rancher.sidekicks
:
odoo-data
io.rancher.container.hostname_override
:
container_name
odoo-LB
:
image
:
rancher/lb-service-haproxy:v0.4.9
ports
:
-
80:80/tcp
labels
:
io.rancher.container.agent.role
:
environmentAdmin
io.rancher.container.create_agent
:
'
true'
db-data
:
image
:
postgres:9.4
environment
:
PGDATA
:
/var/lib/postgresql/pgdata
POSTGRES_USER
:
odoo
POSTGRES_PASSWORD
:
P4ssW0rD
stdin_open
:
true
volumes
:
-
/datos/db/postgress/odoo_test:/var/lib/postgresql/pgdata
tty
:
true
command
:
-
/bin/true
labels
:
io.rancher.container.pull_image
:
always
io.rancher.container.start_once
:
'
true'
odoo-data
:
image
:
odoo:9.0
environment
:
PGHOST
:
db
PGPASSWORD
:
P4ssW0rD
PGUSER
:
odoo
POSTGRES_PASSWORD
:
P4ssw0rD
stdin_open
:
true
volumes
:
-
/datos/odoo/test:/mnt/extra-addon
tty
:
true
links
:
-
db:db
command
:
-
/bin/true
labels
:
...
...
@@ -55,7 +47,7 @@ services:
environment
:
PGDATA
:
/var/lib/postgresql/pgdata
POSTGRES_USER
:
odoo
POSTGRES_PASSWORD
:
P4ss
W
0rD
POSTGRES_PASSWORD
:
P4ss
w
0rD
stdin_open
:
true
tty
:
true
volumes_from
:
...
...
@@ -63,4 +55,3 @@ services:
labels
:
io.rancher.container.pull_image
:
always
io.rancher.sidekicks
:
db-data
io.rancher.container.hostname_override
:
container_name
templates/odoo/1/rancher-compose.yml
View file @
faf91f21
.catalog
:
name
:
"
Odoo"
version
:
v0.2-
educaas
version
:
v0.2-
digitalvalue
description
:
"
ERP
management
powered
by
Odoo"
uuid
:
odoo-0
questions
:
...
...
@@ -9,19 +9,37 @@ odoo:
version
:
'
2'
services
:
odoo
:
retain_ip
:
true
scale
:
1
start_on_create
:
true
db-data
:
retain_ip
:
true
odoo-LB
:
scale
:
1
start_on_create
:
true
odoo-data
:
retain_ip
:
true
lb_config
:
certs
:
[]
config
:
|-
defaults
timeout connect 6000ms
timeout client 60000ms
timeout server 60000ms
port_rules:
- hostname: odoo.digitalvalue.es
path: ''
priority: 1
protocol: http
service: odoo
source_port: 80
target_port: 8069
health_check
:
healthy_threshold
:
2
response_timeout
:
2000
port
:
42
unhealthy_threshold
:
3
interval
:
2000
db-data
:
scale
:
1
start_on_create
:
true
db
:
retain_ip
:
true
scale
:
1
start_on_create
:
true
templates/odoo/config.yml
View file @
faf91f21
name
:
Odoo
description
:
|
ERP management powered by Odoo
version
:
v0.
1-educaas
category
:
ERP
version
:
v0.
2-digitalvalue
category
:
Digital Value
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