├── README.md ├── bucardo ├── Dockerfile └── start.sh ├── docker-compose.yml ├── pg_hba.conf ├── postgres └── Dockerfile ├── postgresql.conf └── setup.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/README.md -------------------------------------------------------------------------------- /bucardo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/bucardo/Dockerfile -------------------------------------------------------------------------------- /bucardo/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/bucardo/start.sh -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /pg_hba.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/pg_hba.conf -------------------------------------------------------------------------------- /postgres/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/postgres/Dockerfile -------------------------------------------------------------------------------- /postgresql.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/postgresql.conf -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anassahmed/odoo_bucardo_replication/HEAD/setup.sh --------------------------------------------------------------------------------