diff --git a/api/config/api_example_config.py b/api/config/api_example_config.py
index be9be8272589b04e6beded7d8474b4f0db2d995b..d7f5d9c7fd1b63f6616e438f252b0122bc1a76fe 100644
--- a/api/config/api_example_config.py
+++ b/api/config/api_example_config.py
@@ -64,7 +64,7 @@ DB_CONNECTIONS = {
 DATABASE = {
     "engine": "postgres",
     "postgres": {
-        "host": "localhost",
+        "host": "db",
         "port": 5432,
         "user": "videoag",
         "password": "videoag",