[IMP]docker-compose version from 2.0 to 2.2 and usage of init for nginx and odoos

This commit is contained in:
Fabien BOURGEOIS 2017-09-01 08:01:23 +02:00
parent a6c15c3afb
commit d4f0483cb2
9 changed files with 16 additions and 9 deletions

View File

@ -1,4 +1,4 @@
version: '2'
version: '2.2'
services:

View File

@ -1,4 +1,4 @@
version: '2'
version: '2.2'
services:
nginx:
build: .

View File

@ -1,4 +1,4 @@
version: '2'
version: '2.2'
services:
postgres95:
image: registry.yaltik.net/postgres:yaltik95
@ -15,6 +15,7 @@ services:
PGDATA: /opt/odoo/pgdata
odoo:
init: true
build: ./odoo
image: registry.yaltik.net/odoo:yaltik8
environment:
@ -30,6 +31,7 @@ services:
POSTGRES_PASSWORD: somethingToChange
odoo9:
init: true
build:
context: ./odoo
dockerfile: Dockerfile.9
@ -47,6 +49,7 @@ services:
POSTGRES_PASSWORD: somethingToChange
odoo10:
init: true
build:
context: ./odoo
dockerfile: Dockerfile.10

View File

@ -1,7 +1,8 @@
version: '2'
version: '2.2'
services:
nginx:
init: true
build:
context: ./nginx
dockerfile: Dockerfile.dev
@ -52,6 +53,7 @@ services:
LIMIT_TIME_REAL: 6000
openupgrade9:
init: true
build:
context: ./odoo
dockerfile: Dockerfile.openupgrade.9
@ -69,6 +71,7 @@ services:
POSTGRES_PASSWORD: somethingToChange
openupgrade10:
init: true
build:
context: ./odoo
dockerfile: Dockerfile.openupgrade.10

View File

@ -1,4 +1,4 @@
version: '2'
version: '2.2'
services:
golemv2:
build: .

View File

@ -1,4 +1,4 @@
version: '2'
version: '2.2'
services:
odoodev:

View File

@ -1,6 +1,7 @@
version: '2'
version: '2.2'
services:
nginx:
init: true
build: ./nginx
image: registry.yaltik.net/nginx:odoo
environment:

View File

@ -1,4 +1,4 @@
version: '2'
version: '2.2'
services:
postgres94:
build:

View File

@ -1,4 +1,4 @@
version: '2'
version: '2.2'
services:
radicale:
build: .