Skip to content

Commit

Permalink
🗃️ Hris Data Model
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid Flih authored and Rachid Flih committed Aug 9, 2024
1 parent 6917af4 commit 4e3a816
Show file tree
Hide file tree
Showing 5 changed files with 1,051 additions and 185 deletions.
32 changes: 16 additions & 16 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,22 +263,22 @@ services:
# volumes:
# - pgadmin-data:/var/lib/pgadmin

ngrok:
image: ngrok/ngrok:latest
restart: always
command:
- "start"
- "--all"
- "--config"
- "/etc/ngrok.yml"
volumes:
- ./ngrok.yml:/etc/ngrok.yml
ports:
- 4040:4040
depends_on:
api:
condition: service_healthy
network_mode: "host"
# ngrok:
# image: ngrok/ngrok:latest
# restart: always
# command:
# - "start"
# - "--all"
# - "--config"
# - "/etc/ngrok.yml"
# volumes:
# - ./ngrok.yml:/etc/ngrok.yml
# ports:
# - 4040:4040
# depends_on:
# api:
# condition: service_healthy
# network_mode: "host"

docs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/syncwithCode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ grep '^|' ../packages/api/src/ats/README.md > snippets/ats-catalog.mdx
# File Storage
grep '^|' ../packages/api/src/filestorage/README.md > snippets/filestorage-catalog.mdx

# File Storage
# Ecommerce
grep '^|' ../packages/api/src/ecommerce/README.md > snippets/ecommerce-catalog.mdx

npx @mintlify/scraping@latest openapi-file openapi-with-code-samples.yaml -o objects
Expand Down
Loading

0 comments on commit 4e3a816

Please sign in to comment.