Remove docker-compose for development

This commit is contained in:
Andreas Zweili 2023-07-12 23:17:26 +02:00
parent e4b064b830
commit 1c30e6ddb0
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
version: '3'
volumes:
db_data:
services:
db:
image: postgres
environment:
- POSTGRES_DB=network_inventory
- POSTGRES_PASSWORD=password
volumes:
- db_data:/var/lib/postgresql/data/
ports:
- "5432:5432"