2023-06-12 12:47:42 +00:00
|
|
|
SELF_HOSTED=true
|
2023-03-17 14:33:48 +00:00
|
|
|
############################################################################################################
|
|
|
|
# Development Environment
|
|
|
|
|
2023-03-18 17:59:37 +00:00
|
|
|
# User and group id for the user that will run the application inside the container
|
|
|
|
# Run in your terminal: `id -u` and `id -g` and that's the results
|
2023-03-17 14:33:48 +00:00
|
|
|
USERID=
|
2023-03-18 17:59:37 +00:00
|
|
|
GROUPID=
|
2023-05-03 12:05:31 +00:00
|
|
|
PROJECT_PATH_ON_HOST=/Users/your-username-here/code/coollabsio/coolify
|
2023-05-09 07:54:43 +00:00
|
|
|
SERVEO_URL=<for receiving webhooks locally https://serveo.net/>
|
2023-05-12 18:22:16 +00:00
|
|
|
MUX_ENABLED=false
|
2023-06-01 10:15:33 +00:00
|
|
|
# If you are using the included Buggregator
|
2023-05-30 07:50:50 +00:00
|
|
|
RAY_HOST=ray@host.docker.internal
|
2023-06-01 10:15:33 +00:00
|
|
|
RAY_PORT=8001
|
2023-03-17 14:33:48 +00:00
|
|
|
############################################################################################################
|
|
|
|
|
2023-04-27 09:29:02 +00:00
|
|
|
APP_NAME=Coolify
|
2023-03-30 09:24:55 +00:00
|
|
|
APP_SERVICE=php
|
2023-03-17 14:33:48 +00:00
|
|
|
APP_ENV=local
|
|
|
|
APP_KEY=
|
|
|
|
APP_DEBUG=true
|
2023-03-27 18:10:10 +00:00
|
|
|
APP_PORT=8000
|
2023-04-12 20:19:03 +00:00
|
|
|
|
2023-06-01 10:15:33 +00:00
|
|
|
MAIL_MAILER=smtp
|
|
|
|
MAIL_HOST=coolify-mail
|
|
|
|
MAIL_PORT=1025
|
|
|
|
|
2023-04-27 12:50:42 +00:00
|
|
|
SESSION_DRIVER=database
|
2023-04-03 08:39:29 +00:00
|
|
|
DUSK_DRIVER_URL=http://selenium:4444
|
2023-03-17 14:33:48 +00:00
|
|
|
|
|
|
|
DB_CONNECTION=pgsql
|
|
|
|
DB_HOST=postgres
|
|
|
|
DB_PORT=5432
|
|
|
|
DB_DATABASE=coolify
|
2023-03-20 14:04:35 +00:00
|
|
|
DB_USERNAME=coolify
|
2023-03-17 14:33:48 +00:00
|
|
|
DB_PASSWORD=password
|
|
|
|
|
2023-05-10 07:26:25 +00:00
|
|
|
QUEUE_CONNECTION=redis
|
|
|
|
REDIS_HOST=coolify-redis
|