Skip to content

Sallenmoore/python-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple App


Stack Documentation

Docker

Server

Backend Stack

FrontEnd Stack

Developer Notes

Start/Status/Stop Commands

  • build container
    • make build
  • build and run the container
    • make run
  • start the container and open localhost
    • make start
  • container status
    • docker-compose ps -a
  • run a command in the container
    • docker-compose exec -option simple_app <command>
  • stop all running containers
    • make clean
  • remove all stopped containers
    • make deepclean

Read Logs

docker logs --since=15m -t simple_app

follows as a background process

docker logs -f --since=15m -t <container> &`

Run Tests

  • make tests

Misc Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published