Modified step for self hosting

This commit is contained in:
Viswamedha Nalabotu 2026-01-18 15:24:03 +00:00
parent 3155280a5d
commit 0a1ca260d6

View file

@ -34,8 +34,8 @@ const router = useRouter()
const selfHostSteps = [ const selfHostSteps = [
'Clone the repository locally', 'Clone the repository locally',
'Copy and edit `.env.template` (or create `.env`) with your database credentials and POSTGRES_DB', 'Copy and edit `.env.template` (or create `.env`) with your settings',
'Run `docker compose -f compose/dev/docker-compose.yml up --build`', 'Run `docker compose -f compose/dev/docker-compose.yml up --build` for development or the prod/docker-compose.yml for production',
'Open the frontend at http://localhost:5173 and the API at http://localhost:8000', 'Open the frontend at http://localhost:5173 and the API at http://localhost:8000',
] ]
</script> </script>