ENV File Parameters Description
| Parameter | Default Value | Description | 
|---|---|---|
| BASE_URL | http://localhost:8080 | External URL for accessing GitFlic application | 
| HOST_SSH_PORT | 2255 | Host machine port for SSH connections | 
| HOST_PORT | 8080 | Host machine port for HTTP connections | 
| GITFLIC_IMAGE | registry.gitflic.ru/company/gitflic/gitflic-server-ce:latest | Base GitFlic Server image | 
| CERT_VOLUME | gitflic_cert | External volume name for storing certificates | 
| TRANSPORT_SSH | 2255 | SSH port that will be set in GitFlic web interface during initial setup | 
| RABBIT_HOST | rabbitmq-server | RabbitMQ server address | 
| RABBIT_USER | guest | RabbitMQ username | 
| RABBIT_PASS | guest | RabbitMQ password | 
| REDIS_HOST | redis-server | Redis server address | 
| REDIS_PORT | 6379 | Redis server port | 
| REDIS_USERNAME | Redis username | |
| REDIS_PASSWORD | Redis password | |
| ENABLE_ELASTIC | false | Enable Elasticsearch integration | 
| ELASTIC_HOST | elasticsearch | Elasticsearch server URL | 
| ELASTIC_SSL | false | Enable SSL support | 
| ELASTIC_USER | elastic | Elasticsearch username | 
| ELASTIC_PASSWORD | elastic | Elasticsearch password | 
| POSTGRES_HOST | postgres | PostgreSQL server address | 
| POSTGRES_PORT | 5432 | PostgreSQL server port | 
| POSTGRES_DB | gitflic | PostgreSQL database name | 
| POSTGRES_USER | gitflic | PostgreSQL database role | 
| POSTGRES_PASSWORD | gitflic | PostgreSQL database password | 
| EMAIL_SMTP_HOST | foo@bar.foo | Mail server host | 
| EMAIL_SMTP_PORT | 673 | Mail server port | 
| EMAIL_USER | foo | Mail server username | 
| MAIL_PASS | bar | Mail server password | 
| SENDER_NAME | foo | Sender name used in email notifications | 
| SENDER_EMAIL | bar | Sender email used in email notifications | 
Automatic Translation!
This page has been translated using automated tools. The text may contain inaccuracies.