Skip to content

Commit

Permalink
mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Mar 15, 2024
1 parent 1a3cd73 commit b33d759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN npm install
COPY . .
RUN npm run build

FROM mongo:7.0
FROM mongo:4.4.8-focal

ARG DEBIAN_FRONTEND=noninteractive
ARG REQUEST_GITHUB_URL_API_ENDPOINT
Expand Down
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ networks:

services:
backend:
build:
context: backend
dockerfile: Dockerfile
# build:
# context: backend
# dockerfile: Dockerfile
image: 068992353948.dkr.ecr.us-east-2.amazonaws.com/mips-backend-staging
platform: linux/amd64
ports:
- 3000:3000
environment:
Expand Down

0 comments on commit b33d759

Please sign in to comment.