Skip to content

josedaian/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks Manager Docker

Services

  • Nginx
  • PHP 8.1
  • MYSQL 8.0
  • Laravel 9.6
  • Redis 6.2.6

How to install

After cloning the repository and being inside the project folder, run the following commands:

cp .env.example .env
docker-compose up -d
# database migrations
docker exec -it api-tasks php artisan migrate
# To activate the queue worker
docker exec -it api-tasks php artisan queue:work --queue=default

Optional Step

In .env file you can set custom ports for services:

  • API (default: 8000)
  • UI (default: 8009)
  • Redis (default: 6379)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published