An open API service indexing awesome lists of open source software.

https://github.com/raisiqueira/faveo-helpdesk-docker

:whale: Simple image to run Faveo helpdesk system on Docker
https://github.com/raisiqueira/faveo-helpdesk-docker

docker dockerfile helpdesk laravel

Last synced: about 1 month ago
JSON representation

:whale: Simple image to run Faveo helpdesk system on Docker

Awesome Lists containing this project

README

          

# Faveo HelpDesk Docker Image

simple Docker image to run a Faveo HelpDesk app.

## Build
Build from `docker-compose.yml`, or pull from Docker Hub: `docker pull raisiqueira/faveo-imec`.

## Running
- Rename `example.env` to `.env`.
- run `docker exec app-faveo php artisan key:generate`.

| :whale: Docker Hub | Link |
|------------------------|--------------------------------------------------|
| raisiqueira/faveo-imec | https://hub.docker.com/r/raisiqueira/faveo-imec/ |

Thank's to [Ambientum](https://github.com/codecasts/ambientum) PHP 7.0.x image.