Compare commits

..

No commits in common. "ec4491021b87173910ef016296d5e947f765f6d6" and "1641912e5546f7f082c0915dbc336225485e9af2" have entirely different histories.

3 changed files with 0 additions and 26 deletions

View file

@ -1,4 +0,0 @@
__pycache__
*.pyc
*.pyo
*.egg-info

20
.env
View file

@ -1,20 +0,0 @@
# PostgreSQL database host
POSTGRES_HOST=products_db
# PostgreSQL database user
POSTGRES_USER=username
# PostgreSQL database password
POSTGRES_PASSWORD=password
# PostgreSQL database name
POSTGRES_DATABASE=database
# PostgreSQL database port
POSTGRES_PORT=5432
# Asynchronous database URI for connecting to PostgreSQL
ASYNC_DATABASE_URI=postgresql+asyncpg://username:password@products_db:5432/database
# Name of the project or application
PROJECT_NAME=Product Listings

View file

@ -3,11 +3,9 @@
# Commands # Commands
`alias pps="podman container ps -a"` `alias pps="podman container ps -a"`
`alias pre="podman-compose down && podman-compose up -d"` `alias pre="podman-compose down && podman-compose up -d"`
`podman-compose up` `podman-compose up`
`podman-compose down` `podman-compose down`
# Dockerfile # Dockerfile