Remove docker-compose.yml file

This commit is contained in:
2026-01-17 22:16:19 +00:00
parent 4ea9bc8b45
commit 8088417a37

View File

@@ -1,18 +0,0 @@
services:
postgres:
image: postgres:16
container_name: ethnograph-db
restart: unless-stopped
environment:
POSTGRES_DB: ethnograph
POSTGRES_USER: ethnograph_user
POSTGRES_PASSWORD: ethnograph_pass
ports:
- "5432:5432"
volumes:
- /var/lib/postgresql/data
# add pg_data:/var/lib/postgresql/data to persist data
- ./db/sql:/docker-entrypoint-initdb.d
volumes:
pgdata: