Rebrand: Rename project from Apoklisis to Patherly

This commit is contained in:
Michael Chihlas
2026-01-31 20:07:26 -05:00
parent 40373a835c
commit 06cc83e3fe
9 changed files with 29 additions and 23 deletions

View File

@@ -1,11 +1,11 @@
services:
db:
image: postgres:16-alpine
container_name: apoklisis_postgres
container_name: patherly_postgres
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: apoklisis
POSTGRES_DB: patherly
ports:
- "5432:5432"
volumes: