Commit 7208ab09 authored by Michal Bilanin's avatar Michal Bilanin 🙄
Browse files

feat: docker compose dependency graph

parent c4fc65b7
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ services:
      - MVC_PORT=${MVC_PORT:-7137}
      - DB_CONNECTION_STRING=${DB_CONNECTION_STRING}
      - JWT_SECRET=${JWT_SECRET}
    depends_on:
      - postgres
      - mongodb

  postgres:
    image: postgres:alpine3.19