-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix build issue in Dockerfile with prisma generate - update docker-compose-yml for run app as a docker image
- Loading branch information
1 parent
4724a1c
commit 8177a65
Showing
3 changed files
with
12 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,10 @@ | ||
version: "3.9" | ||
|
||
version: "3" | ||
services: | ||
# MongoDB | ||
mongo_db: | ||
container_name: mongo_db | ||
image: mongo:latest | ||
my-nextjs-app: | ||
image: nextcrmio/nextcrm:0.0.3-beta | ||
container_name: nexcrm | ||
ports: | ||
- 27017:27017 | ||
restart: always | ||
environment: | ||
MONGO_INITDB_ROOT_USERNAME: root | ||
MONGO_INITDB_ROOT_PASSWORD: root | ||
- "3001:3000" | ||
volumes: | ||
- mongo_data:/data/db | ||
|
||
# MongoDB Express | ||
mongo_express: | ||
container_name: mongo_express | ||
image: mongo-express:latest | ||
restart: always | ||
ports: | ||
- 8081:8081 | ||
environment: | ||
ME_CONFIG_MONGODB_ADMINUSERNAME: root | ||
ME_CONFIG_MONGODB_ADMINPASSWORD: root | ||
ME_CONFIG_MONGODB_SERVER: mongo_db | ||
depends_on: | ||
- mongo_db | ||
|
||
nextcrm-app: | ||
build: . | ||
ports: | ||
- "3000:3000" | ||
depends_on: | ||
- mongo_db | ||
|
||
volumes: | ||
mongo_data: {} | ||
- .env:/app/.env | ||
- .env.local:/app/.env.local |
8177a65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextcrm-test – ./
nextcrm-test-git-main-e-osvc.vercel.app
nextcrm-test-e-osvc.vercel.app
test.nextcrm.io
8177a65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextcrm-demo – ./
nextcrm-demo-git-main-e-osvc.vercel.app
demo.nextcrm.io
nextcrm-demo-e-osvc.vercel.app
8177a65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextcrm-sunstream – ./
nextcrm-sunstream-git-main-e-osvc.vercel.app
nextcrm-sunstream-e-osvc.vercel.app
nextcrm-sunstream.vercel.app
sunstream.nextcrm.io
8177a65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextcrm-softbase – ./
nextcrm-softbase-e-osvc.vercel.app
softbase.nextcrm.io
nextcrm-softbase.vercel.app
nextcrm-softbase-git-main-e-osvc.vercel.app
8177a65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextcrm-others – ./
nextcrm-others-e-osvc.vercel.app
others.nextcrm.io
nextcrm-others-git-main-e-osvc.vercel.app
8177a65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextcrm-documex – ./
documex.nextcrm.io
nextcrm-documex-e-osvc.vercel.app
nextcrm-documex.vercel.app
nextcrm-documex-git-main-e-osvc.vercel.app