added a docker compose yml file

This commit is contained in:
Jun-te Kim 2025-03-26 17:29:28 +00:00
parent fc399157dc
commit d9ec9c58fd

View file

@ -23,7 +23,6 @@ services:
ports:
- 5432:5432
env_file:
# double check this
- ../.db-env
volumes:
- postgres-data:/var/lib/postgresql/data