Skip to content

Commit 38f8732

Browse files
committed
Forgot these
1 parent a55ca7d commit 38f8732

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

matching-service-api/.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
PORT=:9200
22
RABBIT_URI="amqp://grp14:grp14@localhost:9100/"
33
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23
1+
FROM golang:1.20
22

33
WORKDIR /matching-service-api
44

0 commit comments

Comments
 (0)