Modified step for self hosting
This commit is contained in:
parent
3155280a5d
commit
0a1ca260d6
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ const router = useRouter()
|
|||
|
||||
const selfHostSteps = [
|
||||
'Clone the repository locally',
|
||||
'Copy and edit `.env.template` (or create `.env`) with your database credentials and POSTGRES_DB',
|
||||
'Run `docker compose -f compose/dev/docker-compose.yml up --build`',
|
||||
'Copy and edit `.env.template` (or create `.env`) with your settings',
|
||||
'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',
|
||||
]
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue