Skip to content

Commit

Permalink
Add docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Manank Patni <[email protected]>
  • Loading branch information
Man-Jain committed Feb 5, 2024
1 parent 1cb7c2e commit 0909129
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: "3"

services:
homebase-dao-deployer:
image: manjain/homebase-dao-deployer:httpsprod
ports:
- "3001:3001"
volumes:
- ./cert.pem:/app/cert.pem
- ./chain.pem:/app/chain.pem
- ./privkey.pem:/app/privkey.pem
environment:
- REACT_APP_ENV=
- REACT_APP_NETWORK=
- REACT_APP_HASURA_URL=
- REACT_APP_HASURA_URL_V2=
- REACT_APP_HASURA_ADMIN_SECRET=
- REACT_APP_HASURA_ADMIN_SECRET_V2=
- REACT_APP_CORS_PROXY_URL=
- REACT_APP_MIXPANEL_TOKEN=
- REACT_APP_MIXPANEL_DEBUG_ENABLED=
- REACT_APP_LAUNCH_DARKLY_SDK_DEV=
- REACT_APP_LAUNCH_DARKLY_SDK_PROD=
- REACT_APP_BASEDAO_DOCKERISED_URL=
- REACT_APP_URL=
- REACT_APP_V2_URL=
- REACT_APP_LITE_API_URL=
- REACT_APP_PRIVATE_KEY=

0 comments on commit 0909129

Please sign in to comment.