Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 753 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 753 Bytes

haven-contact

Start up the application to access the frontend at http://localhost:8090

sh start-stack.sh

Restart application

sh restart-stack.sh

Stop application

sh stop-stack.sh

To access the database, use your database access service of choice (ex: on MacOS SequelPro is a good option) Host: 127.0.0.1 or localhost User: root Pass: secret Port: 33070

To access any container

docker exec -it <container_name> bash

Containers include:

  • api_fpm for the laravel php instance
  • web_app_watcher for the react frontend builder
  • api_db for hosting the database instance used with laravel
  • nginx for serving up the react static build files and connecting to the api through fastcgi