Skip to content

Commit 5eaedfc

Browse files
committed
use a custom static postgres image
1 parent 5bf515b commit 5eaedfc

File tree

1,917 files changed

+653
-968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,917 files changed

+653
-968
lines changed

test_containers/compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ services:
1717
retries: 5
1818

1919
db:
20-
image: postgres:15
20+
image: ghcr.io/jabez007/odoo-client-lib
2121
environment:
2222
- POSTGRES_DB=postgres
2323
- POSTGRES_USER=odoo
2424
- POSTGRES_PASSWORD=odoo
25-
volumes:
26-
- "./data/db:/var/lib/postgresql/data"
2725
healthcheck:
2826
test: ["CMD-SHELL", "pg_isready -U odoo -d postgres"]
27+
start_period: 300s
2928
interval: 10s
3029
timeout: 5s
3130
retries: 5

test_containers/data/db/PG_VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

test_containers/data/db/base/1/112

-8 KB
Binary file not shown.

test_containers/data/db/base/1/113

-8 KB
Binary file not shown.
-120 KB
Binary file not shown.
-24 KB
Binary file not shown.
-8 KB
Binary file not shown.
-448 KB
Binary file not shown.
-24 KB
Binary file not shown.
-8 KB
Binary file not shown.

0 commit comments

Comments
 (0)