Loading docker-compose.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docker-compose.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading