diff --git a/project/db/postgres/postgres.yml b/project/db/postgres/postgres.yml index 9f6b7af..a765dfb 100644 --- a/project/db/postgres/postgres.yml +++ b/project/db/postgres/postgres.yml @@ -19,6 +19,7 @@ services: PGID: 5050 volumes: - ${DB_PATH}/postgres/data/postgres:/var/lib/postgresql/data + - ${DB_PATH}/postgres/init/postgres:/docker-entrypoint-initdb.d labels: # Watchtower - "com.centurylinklabs.watchtower.enable=true" @@ -40,6 +41,7 @@ services: PGID: 5050 volumes: - ${DB_PATH}/postgres/data/postgres-with-pg-vector:/var/lib/postgresql/data + - ${DB_PATH}/postgres/init/postgres-with-pg-vector:/docker-entrypoint-initdb.d labels: # Watchtower - "com.centurylinklabs.watchtower.enable=true" \ No newline at end of file