We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55ca7d commit 38f8732Copy full SHA for 38f8732
matching-service-api/.env.example
@@ -1,3 +1,8 @@
1
PORT=:9200
2
RABBIT_URI="amqp://grp14:grp14@localhost:9100/"
3
CORS_ORIGIN="http://localhost:3000"
4
+
5
+# dockerised
6
+PORT=:9200
7
+RABBIT_URI="amqp://grp14:grp14@rabbitmq/"
8
+CORS_ORIGIN=http://host.docker.internal:3000
matching-service-api/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.23
+FROM golang:1.20
WORKDIR /matching-service-api
0 commit comments