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
40c37e29
authored
Aug 02, 2017
by
Ivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 1.0 sin sftp
parent
1544e0c2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
93 additions
and
19 deletions
templates/odoo10/0/docker-compose.yml
templates/odoo10/0/rancher-compose.yml
templates/odoo10/1/docker-compose.yml
templates/odoo10/1/rancher-compose.yml
templates/odoo10/config.yml
templates/odoo10/0/docker-compose.yml
View file @
40c37e29
...
...
@@ -7,12 +7,6 @@ volumes:
odoo-backup
:
driver
:
rancher-nfs
services
:
sftp
:
image
:
atmoz/sftp:alpine
volumes
:
-
odoo-datadir:/home/${sftp_user}/upload
command
:
-
${sftp_user}:${sftp_pass}:::upload
odoo
:
image
:
odoo:latest
environment
:
...
...
templates/odoo10/0/rancher-compose.yml
View file @
40c37e29
.catalog
:
name
:
"
Odoo"
version
:
v1.0
-sftp
version
:
v1.0
description
:
"
ERP
management
powered
by
Odoo
10"
uuid
:
odoo-0
questions
:
-
variable
:
sftp_user
description
:
Usuario de sftp
label
:
Usuario
required
:
true
type
:
string
-
variable
:
sftp_pass
description
:
Contraseña para el usuario de sftp
label
:
Conrtaseña
required
:
true
type
:
password
odoo
:
version
:
'
2'
...
...
templates/odoo10/1/docker-compose.yml
0 → 100644
View file @
40c37e29
version
:
'
2'
volumes
:
odoo-datadir
:
driver
:
rancher-nfs
odoo-extra-addons
:
driver
:
rancher-nfs
odoo-backup
:
driver
:
rancher-nfs
services
:
sftp
:
image
:
atmoz/sftp:alpine
volumes
:
-
odoo-datadir:/home/${sftp_user}/upload
command
:
-
${sftp_user}:${sftp_pass}:::upload
odoo
:
image
:
odoo:latest
environment
:
PGHOST
:
db
PGPASSWORD
:
P4ssw0rD
PGUSER
:
odoo
stdin_open
:
true
volumes
:
-
odoo-datadir:/var/lib/odoo
-
odoo-extra-addons:/mnt/extra-addons
-
odoo-backup:/mnt/backup
tty
:
true
links
:
-
db:db
labels
:
io.rancher.container.pull_image
:
always
db-data
:
image
:
postgres:9.4
environment
:
PGDATA
:
/var/lib/postgresql/pgdata
POSTGRES_USER
:
odoo
POSTGRES_PASSWORD
:
P4ssw0rD
stdin_open
:
true
tty
:
true
command
:
-
/bin/true
labels
:
io.rancher.container.pull_image
:
always
io.rancher.container.start_once
:
'
true'
db
:
image
:
postgres:9.4
environment
:
PGDATA
:
/var/lib/postgresql/pgdata
POSTGRES_USER
:
odoo
POSTGRES_PASSWORD
:
P4ssw0rD
stdin_open
:
true
tty
:
true
volumes_from
:
-
db-data
labels
:
io.rancher.container.pull_image
:
always
io.rancher.sidekicks
:
db-data
templates/odoo10/1/rancher-compose.yml
0 → 100644
View file @
40c37e29
.catalog
:
name
:
"
Odoo"
version
:
v1.0-con-sftp
description
:
"
ERP
management
powered
by
Odoo
10"
uuid
:
odoo-1
questions
:
-
variable
:
sftp_user
description
:
Usuario de sftp
label
:
Usuario
required
:
true
type
:
string
-
variable
:
sftp_pass
description
:
Contraseña para el usuario de sftp
label
:
Conrtaseña
required
:
true
type
:
password
odoo
:
version
:
'
2'
services
:
sftp
:
scale
:
1
start_on_create
:
true
odoo
:
scale
:
1
start_on_create
:
true
db-data
:
scale
:
1
start_on_create
:
true
db
:
scale
:
1
start_on_create
:
true
templates/odoo10/config.yml
View file @
40c37e29
name
:
Odoo 10
description
:
|
ERP management powered by Odoo 10
version
:
v1.0
-sftp
version
:
v1.0
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