Old DB
This commit is contained in:
parent
18c7980ac3
commit
ee92ae07ff
@ -1,9 +1,7 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
container_name: odoo_metatroncube_db
|
container_name: odoo_metatroncube_db_test
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: postgres
|
POSTGRES_DB: postgres
|
||||||
POSTGRES_USER: odoo
|
POSTGRES_USER: odoo
|
||||||
@ -14,7 +12,7 @@ services:
|
|||||||
|
|
||||||
odoo:
|
odoo:
|
||||||
image: odoo:17.0
|
image: odoo:17.0
|
||||||
container_name: odoo_metatroncube
|
container_name: odoo_metatroncube_test
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
@ -30,4 +28,9 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
client1_pgdata:
|
client1_pgdata:
|
||||||
|
external: true
|
||||||
|
name: odoo-testing-addons_metatroncube_pgdata
|
||||||
|
|
||||||
client1_odoo_data:
|
client1_odoo_data:
|
||||||
|
external: true
|
||||||
|
name: odoo-testing-addons_metatroncube_odoo_data
|
||||||
Loading…
x
Reference in New Issue
Block a user