Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

ipl-thefinalcountdown/food-at-home

Repository files navigation

Food@Home

Usage

First run configuration

Inside php-fpm container:

composer install
php artisan migrate:fresh
php artisan db:seed

Run

make up

If you want to run the containers in background, use start target:

make start

Stop

make down

or even:

make stop

Configurations

The web service exports 8080 port and 10000 for database management service.

Database

  • Root Password: mardb
  • Default Database: sql_db1
  • Default User: db_user
  • User password: db_user

Use db.docker.local host to connect to the database.