Remove postgres and references to it
This commit is contained in:
committed by
=Michael Hohn
parent
b756668e70
commit
6229c08900
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user