You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Start the containers: `sudo docker compose -f planet-dev.yml -p planet-dev up -d`
71
-
4. After a minute, run `sudo docker ps -a` to verify that you have 2 runnning containers – `chatapi` and `couchdb`, the `db-init` container should have exited.
72
-
- If `chatapi` service is restarting or exited, please ignore it for now as we are working on a fix
73
-
74
-
### macOS/Windows
75
-
76
-
1. Create a `planetdev` directory for the planet dev data:
**Note**: Replace `5xxx` with `5000` for Linux and `5400` for macOS/Windows. This is the port that the chatapi service will run on.
87
100
88
101
3. Start the containers: `docker compose -f planet-dev.yml -p planet-dev up -d`
89
102
4. After a minute, run `docker ps -a` to verify that you have 2 runnning containers – `chatapi` and `couchdb`, the `db-init` container should have exited.
90
-
- If `chatapi` service is restarting or exited, please ignore it for now as we are working on a fix
103
+
- If `chatapi` service is restarting or exited, please ignore it for now.
91
104
92
105
## Configure CORS for CouchDB with add-cors-to-couchdb project:
0 commit comments