Skip to content

Commit 9ba81d8

Browse files
committed
Fixed postgresql path.
1 parent 996c50e commit 9ba81d8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docker-compose.dev.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
ports:
7171
- "5432:5432"
7272
volumes:
73-
- postgres_data:/var/lib/postgresql/data
73+
- postgres_data:/var/lib/postgresql
7474
environment:
7575
POSTGRES_DB: keycloak_dev
7676
POSTGRES_USER: keycloak
@@ -185,6 +185,14 @@ services:
185185
- mongo
186186
- rabbitmq
187187

188+
image-metadata:
189+
image: clowder/extractors-image-metadata:latest
190+
environment:
191+
CLOWDER_VERSION: 2
192+
RABBITMQ_URI: amqp://guest:guest@rabbitmq:5672/%2F
193+
networks:
194+
- clowder2
195+
188196
networks:
189197
clowder2:
190198
name: clowder2

0 commit comments

Comments
 (0)