Remove postgres and references to it

This commit is contained in:
Michael Hohn
2024-06-16 19:43:29 -07:00
committed by =Michael Hohn
parent b756668e70
commit 6229c08900
8 changed files with 29 additions and 418 deletions

View File

@@ -1,20 +1,4 @@
services:
postgres:
image: postgres:16.3-bookworm
container_name: postgres
environment:
POSTGRES_USER: exampleuser
POSTGRES_PASSWORD: examplepass
POSTGRES_DB: exampledb
volumes:
- ./postgres-data:/var/lib/postgresql/data
- ./init/postgres:/docker-entrypoint-initdb.d
ports:
- "5432:5432" # Exposing PostgreSQL to the host
expose:
- "5432"
networks:
- backend
rabbitmq:
image: rabbitmq:3-management
@@ -51,7 +35,6 @@ services:
volumes:
- ./:/mrva/mrvacommander
depends_on:
- postgres
- rabbitmq
networks:
- backend
@@ -110,6 +93,4 @@ networks:
# Remove named volumes to use bind mounts
# volumes:
# minio-data:
# postgres_data:
# driver: local