Merge pull request #25 from koevoet1221/main

Fix #23
This commit is contained in:
Mr. Algorithm 2025-10-18 00:32:54 +05:30 committed by GitHub
commit f849ef39a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -185,7 +185,7 @@ MONGODB_URI=mongodb://root:example@mongodb:27017/openstock?authSource=admin
4) Start the stack: 4) Start the stack:
```bash ```bash
# from the repository root # from the repository root
docker compose up -d --build docker compose up -d mongodb && docker compose up -d --build
``` ```
5) Access the app: 5) Access the app:

View File

@ -1,6 +1,9 @@
services: services:
openstock: openstock:
build: . build:
context: .
extra_hosts:
- "mongodb:host-gateway"
ports: ports:
- "3000:3000" - "3000:3000"
env_file: env_file: