Rebrand: Rename project from Apoklisis to Patherly
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user