added code blocks around domains

This commit is contained in:
ayntk-ai 2024-08-14 14:20:18 +02:00
parent adf7a4422a
commit c9fc8fa687
No known key found for this signature in database

View File

@ -17,14 +17,14 @@ ### 1) Setup your development environment
### 2) Set your environment variables
- Copy [.env.development.example](./.env.development.example) to .env.
- Make sure to set the DB_HOST environment variable to the Postgres container IP or, if using Orbstack, use the container name (e.g., postgres.coolify.orb.local) to make sure that the DB Migrations work.
- Make sure to set the DB_HOST environment variable to the Postgres container IP or, if using Orbstack, use the container name (e.g., `postgres.coolify.orb.local`) to make sure that the DB Migrations work.
## 3) Start & setup Coolify
- Run `spin up` - You can notice that errors will be thrown. Don't worry.
- If you see weird permission errors, especially on Mac, run `sudo spin up` instead.
- If you are using Orbstack, you need to set the IP Address/Domain of the coolify server in the server settings to: testing-host.coolify.orb.local
- If you are using Orbstack, you need to set the IP Address/Domain of the coolify server in the server settings to: `testing-host.coolify.orb.local`
## 4) Install php to make sure you can do DB migrations (optional)