Add relative imports, small bugfixes

This commit is contained in:
Thales Lima
2024-07-17 23:27:36 +02:00
committed by tvinagre
parent c075fdb668
commit 5e6c7d4647
21 changed files with 651 additions and 111 deletions

View File

@@ -1,12 +1,14 @@
version: '3.1'
services:
db:
image: ghcr.io/dbsystel/postgresql-partman:15-5
build:
dockerfile: postgres.Dockerfile
restart: "always"
environment:
POSTGRESQL_PASSWORD: mypassword
POSTGRESQL_DATABASE: tycho_indexer_0
POSTGRESQL_USERNAME: postgres
POSTGRESQL_SHARED_PRELOAD_LIBRARIES: pg_cron
ports:
- "5431:5432"
volumes: