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
Created multiple docker files and updated readme to latest version (#553)
* Created docker-compose for postgres, network_mode: host
* remove backend URI from riven compose since frontend uses it.
* updated compose files for sqlite and postgres remove #comments from line.
* Updated Backend Readme added 2 examples SQLite and Postgres and Backend Only - updated docker-compose files for (port specific and network_mode: host
* cleared double line (typo) in readme
Then run `docker compose up -d` to start the container in the background. You can then access the web interface at `http://localhost:3000` or whatever port and origin you set in the `docker-compose.yml` file.
0 commit comments