Compare commits
No commits in common. "ec4491021b87173910ef016296d5e947f765f6d6" and "1641912e5546f7f082c0915dbc336225485e9af2" have entirely different histories.
ec4491021b
...
1641912e55
|
@ -1,4 +0,0 @@
|
||||||
__pycache__
|
|
||||||
*.pyc
|
|
||||||
*.pyo
|
|
||||||
*.egg-info
|
|
20
.env
20
.env
|
@ -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
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue