Skip to content

Commit 4e9a19a

Browse files
mlodicAbhishek
authored andcommitted
Revert "PostgreSQL upgrade to v18. Closes intelowlproject#3272 (intelowlproject#3292)"
This reverts commit 10f283c.
1 parent 098a8f5 commit 4e9a19a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docker/env_file_postgres_template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
POSTGRES_PASSWORD=password
22
POSTGRES_USER=user
3-
POSTGRES_DB=intel_owl_db
4-
PGDATA=/var/lib/postgresql/pgdata
3+
POSTGRES_DB=intel_owl_db

docker/postgres.override.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
services:
22

33
postgres:
4-
image: library/postgres:18-alpine
4+
image: library/postgres:16-alpine
55
container_name: intelowl_postgres
66
volumes:
7-
- postgres_data_v18:/var/lib/postgresql
7+
- postgres_data:/var/lib/postgresql/data/
88
env_file:
99
- ./env_file_postgres
1010
healthcheck:
@@ -25,6 +25,3 @@ services:
2525
depends_on:
2626
postgres:
2727
condition: service_healthy
28-
29-
volumes:
30-
postgres_data_v18:

0 commit comments

Comments
 (0)