https://github.com/bfren/docker-freescout
Docker FreeScout image.
https://github.com/bfren/docker-freescout
docker docker-freescout freescout nginx php
Last synced: 4 months ago
JSON representation
Docker FreeScout image.
- Host: GitHub
- URL: https://github.com/bfren/docker-freescout
- Owner: bfren
- License: mit
- Created: 2020-12-29T08:54:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T22:59:50.000Z (5 months ago)
- Last Synced: 2026-01-29T13:52:54.926Z (5 months ago)
- Topics: docker, docker-freescout, freescout, nginx, php
- Language: Nushell
- Homepage:
- Size: 422 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker FreeScout
   
[Docker Repository](https://hub.docker.com/r/bfren/freescout) - [bfren ecosystem](https://github.com/bfren/docker)
Comes with [FreeScout](https://freescout.net/) preinstalled, along with all the required and recommended PHP modules.
## Contents
* [Ports](#ports)
* [Volumes](#volumes)
* [Environment Variables](#environment-variables)
* [Licence / Copyright](#licence)
## Ports
* 80
## Volumes
| Volume | Purpose |
| -------- | ------------------------------------------------------------------ |
| `/data` | Installed modules and persistent storage (logs, attachments, etc). |
See the [Nginx](https://github.com/bfren/docker-nginx) image for other configuration details.
## Environment Variables
See the [Nginx + PHP](https://github.com/bfren/docker-nginx-php) image for details of `www.conf` and `php.ini` overrides using environment variables.
| Variable | Values | Description | Default |
| --------------------------- | ------------- | ------------------------------------ | ------------------------------------------------------------- |
| `FREESCOUT_URL` | string | Application URL. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_FIRSTNAME` | string | Admin user first name. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_LASTNAME` | string | Admin user last name. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_EMAIL` | string | Admin user email address. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_PASS` | string | Admin user password. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_CONN` | mysql / pgsql | Database connection type. | mysql |
| `FREESCOUT_DB_PORT` | string | Database name. | 3306 |
| `FREESCOUT_DB_NAME` | string | Database name. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_USER` | string | Database username. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_PASS` | string | Database password. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_HOST` | string | Database host. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DEBUG` | 0 or 1 | Whether or not to enable debug mode. | 0 |
| `FREESCOUT_HTTPS` | true or false | Whether or not to force HTTPS. | true - set to false if not hosting behind a reverse proxy |
## Licence
> [MIT](https://mit.bfren.dev/2021)
## Copyright
> Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated)