Skip to content

Commit 54015ca

Browse files
committed
small updates
1 parent ec480b8 commit 54015ca

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

app/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Settings(pydantic_settings.BaseSettings):
1313
db_dsn: str = "postgresql+asyncpg://postgres:password@db/postgres"
1414
db_pool_size: int = 5
1515
db_max_overflow: int = 0
16-
db_echo: bool = False
1716
db_pool_pre_ping: bool = True
1817

1918
app_port: int = 8000

docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ services:
33
build:
44
context: .
55
dockerfile: ./Dockerfile
6-
args:
7-
- SERVICE_ENVIRONMENT=dev
86
restart: always
97
volumes:
108
- .:/code
@@ -16,7 +14,7 @@ services:
1614
condition: service_healthy
1715
environment:
1816
- SERVICE_DEBUG=true
19-
- DB_ECHO=true
17+
- SERVICE_ENVIRONMENT=ci
2018
- DB_DSN=postgresql+asyncpg://postgres:password@db/postgres
2119
command:
2220
["uv", "run", "python", "-m", "app"]

uv.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)