Skip to content

sushanthko/fast-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the app

The app runs in two docker containers, one each for frontend and backend.

Create and start the containers

docker-compose up -d --build

Setup the .env file

Add key-value pairs of environment variables.

FILES_VOLUME='/some/unix/path/'
DEBUG=0

Override docker-compose environment variables that are loaded from .env

To override the DEBUG environment variable run the following command.

DEBUG=1 docker-compose up -d --build

Shutting the app down

docker-compose stop

To stop and also remove the containers run the following command.

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published