aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2023-09-04 20:51:32 +0100
committerGravatar Joe Banks <[email protected]>2023-09-04 20:51:32 +0100
commit31b5c3e11139434c0de4678d35dba5aa0adeb4d0 (patch)
treefa543863087f00cddbf673a1988b0f75365dfe4c /docker-compose.yml
parentSwap database creation script to asyncpg (diff)
Default postgresql driver to asyncpg
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 00693e5..b378a95 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -38,4 +38,4 @@ services:
env_file:
- .env
environment:
- DATABASE_URI: postgres://pysite:pysite@postgres/metricity
+ DATABASE_URI: postgres+asyncpg://pysite:pysite@postgres/metricity