Remove docker-compose.yml file
This commit is contained in:
@@ -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:
|
|
||||||
Reference in New Issue
Block a user