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