We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a87dd commit ce562a1Copy full SHA for ce562a1
docker/env_file_postgres_template
@@ -1,3 +1,4 @@
1
POSTGRES_PASSWORD=password
2
POSTGRES_USER=user
3
-POSTGRES_DB=intel_owl_db
+POSTGRES_DB=intel_owl_db
4
+PGDATA=/var/lib/postgresql/pgdata
docker/postgres.override.yml
@@ -1,10 +1,10 @@
services:
postgres:
- image: library/postgres:16-alpine
+ image: library/postgres:18-alpine
5
container_name: intelowl_postgres
6
volumes:
7
- - postgres_data:/var/lib/postgresql/data/
+ - postgres_data:/var/lib/postgresql
8
env_file:
9
- ./env_file_postgres
10
healthcheck:
0 commit comments