Skip to content

Commit

Permalink
Merge pull request #99 from Samagra-Anamaya/dev
Browse files Browse the repository at this point in the history
fix:bulk submission for version 14
  • Loading branch information
geeky-abhishek authored Nov 21, 2023
2 parents ab4e910 + b983784 commit 9f37f74
Show file tree
Hide file tree
Showing 16 changed files with 638 additions and 82 deletions.
1 change: 1 addition & 0 deletions packages/bff/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
.env
/dist
pgdata
pgdata2
.DS_Store
26 changes: 13 additions & 13 deletions packages/bff/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
version: '3'
services:
postgres:
image: postgres:latest
image: postgres:14
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
- "5433:5432"
volumes:
- ./pgdata:/var/lib/postgresql/data
- ./pgdata2:/var/lib/postgresql/data

submission-service:
# build: .
platform: linux/x86_64
image: ghcr.io/samagra-anamaya/workflow-bff:dev
depends_on:
- postgres
restart: unless-stopped
environment:
DATABASE_URL: ${DATABASE_URL}
ports:
- 3000:3000
# submission-service:
# # build: .
# platform: linux/x86_64
# image: ghcr.io/samagra-anamaya/workflow-bff:dev
# depends_on:
# - postgres
# restart: unless-stopped
# environment:
# DATABASE_URL: ${DATABASE_URL}
# ports:
# - 3000:3000

Loading

1 comment on commit 9f37f74

@vercel
Copy link

@vercel vercel bot commented on 9f37f74 Nov 21, 2023

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:

workflow-wrapper-1 – ./apps/wrapper

workflow-wrapper-1-git-main-anamaya.vercel.app
workflow-wrapper-1.vercel.app
workflow-wrapper-1-anamaya.vercel.app

Please sign in to comment.