Skip to content

Simple web application based on Python-Flask and Postgres with docker-compose-based deploy

Notifications You must be signed in to change notification settings

khristoforovs/flask-postgres-docker-compose-simple-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web application based on Python-Flask and Postgres with docker-compose-based deploy

How to:

  1. Install docker and docker-compose
  2. Create ./secrets/postgres_password.txt and ./secrets/postgres_user.txt with your specific auth data. (Examples of such files you can find in ./secrets/ folder)
  3. sudo docker compose build
  4. sudo docker compose up -d
  5. Go to localhost in your browser
  6. To disable application type docker compose down

About

Simple web application based on Python-Flask and Postgres with docker-compose-based deploy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published