Skip to content

Commit 220e414

Browse files
committed
Revert "Upgrade Postgres to 18-alpine and fix volume mount. Closes #3272 (#3275)"
This reverts commit ce562a1.
1 parent 03239b4 commit 220e414

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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 & 2 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:/var/lib/postgresql
7+
- postgres_data:/var/lib/postgresql/data/
88
env_file:
99
- ./env_file_postgres
1010
healthcheck:

0 commit comments

Comments
 (0)