Skip to content

ravdy/docker_py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo app

Project structure

The project is a web app and consists of a python application and nginx server to serve static files and perform routing. Deployment is specified by docker-compose.yml.

Web app persists it's data in "/appdata".

Start the app

docker-compose --env-file example.env up 

will make the app available on http://localhost.

Dependencies

docker, docker-compose

Task

  • We would like to distribute this app to clients. For this a standalone installer is needed.
  • The installer allows the user to choose a folder to store application files.
  • After installation the app is accessible to the user.
  • Modifications to the repository can be done to facilitate packaging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.7%
  • HTML 14.2%
  • Mako 7.1%
  • Dockerfile 4.4%
  • CSS 1.8%
  • Shell 0.8%