Skip to content

Commit

Permalink
Resolved pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-wedensday committed May 14, 2024
1 parent 1c4077a commit 7d3d714
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 4,758 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
cache: 'yarn'
node-version: ${{ matrix.node-version }}
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
- name: Lint
Expand Down
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: "3"
services:
# app:
# build:
# context: .
# args:
# ENVIRONMENT_NAME: ${ENVIRONMENT_NAME}
# dockerfile: Dockerfile
# ports:
# - "9000:9000"
# env_file:
# - .env.local
# environment:
# - REDIS_DOMAIN=redis
# - MONGO_BASE_URI=mongo
# depends_on:
# - mongo
app:
build:
context: .
args:
ENVIRONMENT_NAME: ${ENVIRONMENT_NAME}
dockerfile: Dockerfile
ports:
- "9000:9000"
env_file:
- .env.local
environment:
- REDIS_DOMAIN=redis
- MONGO_BASE_URI=mongo
depends_on:
- mongo

mongo:
container_name: mongo
Expand Down
Loading

0 comments on commit 7d3d714

Please sign in to comment.