aiFeedbackOnReport

This commit is contained in:
Kar
2024-10-04 22:29:54 +05:30
parent f490aac87e
commit 58805dac6f
7 changed files with 79 additions and 31 deletions

View File

@@ -1,32 +1,31 @@
version: '3'
services:
node-app:
iimtt_api:
build: .
image: node-app
environment:
- MONGODB_URL=mongodb://mongodb:27017/node-boilerplate
image: iimtt_api
# environment:
# - MONGODB_URL=mongodb://mongodb:27017/node-boilerplate
ports:
- '3000:3000'
depends_on:
- mongodb
- '5174:5174'
# depends_on:
# - mongodb
volumes:
- .:/usr/src/node-app
networks:
- node-network
- .:/usr/src/iimtt_api
# networks:
# - host
# - node-network
mongodb:
image: mongo:4.2.1-bionic
ports:
- '27017:27017'
volumes:
- dbdata:/data/db
networks:
- node-network
# mongodb:
# image: mongo:4.2.1-bionic
# ports:
# - '27017:27017'
# volumes:
# - dbdata:/data/db
# networks:
# - node-network
volumes:
dbdata:
# volumes:
# dbdata:
networks:
node-network:
driver: bridge
# networks:
# node-network:
# driver: bridge