Browse Source

Update README.md

pull/56/head
Israel Abebe 12 months ago
committed by GitHub
parent
commit
8907380303
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      README.md

5
README.md

@ -161,7 +161,6 @@ curl -X GET "https://api.textbee.dev/api/v1/gateway/devices/YOUR_DEVICE_ID/get-r
### Dockerized env ### Dockerized env
#### Requirements: #### Requirements:
- Docker installed - Docker installed
- docker-compose installed
1. After setting up Firebase, update your `.env` in `web` && `api` folder. 1. After setting up Firebase, update your `.env` in `web` && `api` folder.
```bash ```bash
cd web && cp .env.example .env \ cd web && cp .env.example .env \
@ -170,11 +169,11 @@ curl -X GET "https://api.textbee.dev/api/v1/gateway/devices/YOUR_DEVICE_ID/get-r
2. Navigate to root folder and execute docker-compose.yml file. 2. Navigate to root folder and execute docker-compose.yml file.
This will spin up `web` container, `api` container alongside with `MongoDB` and `MongoExpress`. `TextBee` database will be automatically created. This will spin up `web` container, `api` container alongside with `MongoDB` and `MongoExpress`. `TextBee` database will be automatically created.
```bash ```bash
docker-compose up -d
docker compose up -d
``` ```
To stop the containers simply type To stop the containers simply type
```bash ```bash
docker-compose down
docker compose down
``` ```
## Contributing ## Contributing

Loading…
Cancel
Save