goodbye docker-compose
This commit is contained in:
parent
8858fbb9cf
commit
2923339197
|
@ -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"
|
|
Loading…
Reference in New Issue