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
594873a6
authored
Mar 05, 2018
by
Ivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Odoo8, borrada la version sin sftp , usuario por defecto de sftp - odoo
parent
99818e60
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
122 deletions
templates/odoo8/0/docker-compose.yml
templates/odoo8/0/rancher-compose.yml
templates/odoo8/1/docker-compose.yml
templates/odoo8/1/rancher-compose.yml
templates/odoo8/0/docker-compose.yml
View file @
594873a6
...
...
@@ -52,8 +52,6 @@ services:
-
odoo-tools:/usr/lib/python2.7/dist-packages/odoo
-
odoo-conf:/etc/odoo
tty
:
true
depends_on
:
-
db
links
:
-
db:db
labels
:
...
...
@@ -62,12 +60,18 @@ services:
image
:
dvalue/odoo-script:v8
stdin_open
:
true
tty
:
true
depends_on
:
-
we
b
links
:
-
db:d
b
volumes_from
:
-
web
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
labels
:
io.rancher.container.start_once
:
'
true'
io.rancher.container.pull_image
:
always
\ No newline at end of file
io.rancher.container.pull_image
:
always
sftp
:
image
:
atmoz/sftp:alpine
volumes
:
-
odoo-extra-addons:/home/odoo/upload
command
:
-
odoo:${sftp_pass}:104::upload
\ No newline at end of file
templates/odoo8/0/rancher-compose.yml
View file @
594873a6
.catalog
:
name
:
"
Odoo8"
version
:
v1.0
description
:
"
Odoo
8"
uuid
:
odoo-0
version
:
v1.0-con-sftp
description
:
"
Odoo
8
con
sFTP"
uuid
:
odoo-1
questions
:
-
variable
:
sftp_pass
description
:
Contraseña para el usuario de sftp
label
:
Conrtaseña
required
:
true
type
:
password
odoo
:
version
:
'
2'
services
:
db-data
:
scale
:
1
start_on_create
:
true
db
:
scale
:
1
start_on_create
:
true
web
:
scale
:
1
start_on_create
:
true
s
cript
:
start_on_create
:
true
s
ftp
:
scale
:
1
start_on_create
:
true
\ No newline at end of file
templates/odoo8/1/docker-compose.yml
deleted
100644 → 0
View file @
99818e60
version
:
'
2'
volumes
:
odoo-datadir
:
driver
:
rancher-nfs
odoo-extra-addons
:
driver
:
rancher-nfs
odoo-pg-data
:
driver
:
local
odoo-tools
:
driver
:
rancher-nfs
odoo-conf
:
driver
:
rancher-nfs
services
:
db-data
:
image
:
postgres:9.4
environment
:
PGDATA
:
/var/lib/postgresql/data
POSTGRES_USER
:
odoo
POSTGRES_PASSWORD
:
P4ssw0rD
stdin_open
:
true
volumes
:
-
odoo-pg-data:/var/lib/postgresql/data
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/data
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
web
:
image
:
odoo:8
environment
:
PGHOST
:
db
PGPASSWORD
:
P4ssw0rD
PGUSER
:
odoo
stdin_open
:
true
volumes
:
-
odoo-datadir:/var/lib/odoo
-
odoo-extra-addons:/mnt/extra-addons
-
odoo-tools:/usr/lib/python2.7/dist-packages/odoo
-
odoo-conf:/etc/odoo
tty
:
true
links
:
-
db:db
labels
:
io.rancher.sidekicks
:
script
script
:
image
:
dvalue/odoo-script:v8
stdin_open
:
true
tty
:
true
links
:
-
db:db
volumes_from
:
-
web
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
labels
:
io.rancher.container.start_once
:
'
true'
io.rancher.container.pull_image
:
always
sftp
:
image
:
atmoz/sftp:alpine
volumes
:
-
odoo-tools:/home/${sftp_user}/upload
command
:
-
${sftp_user}:${sftp_pass}:::upload
\ No newline at end of file
templates/odoo8/1/rancher-compose.yml
deleted
100644 → 0
View file @
99818e60
.catalog
:
name
:
"
Odoo8"
version
:
v1.0-con-sftp
description
:
"
Odoo
8
con
sFTP"
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
:
db-data
:
scale
:
1
start_on_create
:
true
db
:
scale
:
1
start_on_create
:
true
web
:
scale
:
1
start_on_create
:
true
sftp
:
scale
:
1
start_on_create
:
true
\ No newline at end of file
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