goodbye docker-compose

This commit is contained in:
core 2023-03-28 20:43:24 -04:00
parent 8858fbb9cf
commit 2923339197
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# This is a docker-compose file to fire up a dev database with some persistence.
version: '3'
services:
postgres:
image: postgres
ports:
- "5432:5432"
volumes:
- "../pg_data:/var/lib/postgresql/data"