Skip to content

Latest commit

 

History

History

python-with-postgresql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Python With PostgreSQL

Introduction

This docker-compose file creates a python application server alongside a PostgreSQL server and pgadmin server as database management tool

How to use

You can simply use project folder as your project main folder and this docker file updates Python project and run your new code every time you restart python container

Required information

You can access to postgreSQL username and password inside docker-compose.yaml file.

Enjoy!