added container_names & removed stuff

This commit is contained in:
2024-05-20 10:34:46 -05:00
parent be4f6c3040
commit 13ad2c5148
7 changed files with 6 additions and 78 deletions

View File

@@ -3,6 +3,7 @@ version: '3.8'
services:
postgres:
container_name: postgres_app
image: postgres:15.5-alpine3.19
volumes:
- bizmatch_volume:/var/lib/postgresql/data