diff --git a/docker/docker-compose.2004.55.yaml b/docker/docker-compose.2004.55.yaml
new file mode 100644
index 000000000..1d607e28f
--- /dev/null
+++ b/docker/docker-compose.2004.55.yaml
@@ -0,0 +1,19 @@
+version: "3"
+
+services:
+        
+  runtime-setup:
+    image: async-http-client:20.04-5.5
+    build:
+      args:
+        base_image: "swiftlang/swift:nightly-5.5-focal"
+        ubuntu_version: "focal"
+        
+
+  test:
+    image: async-http-client:20.04-5.5
+    environment: []
+      #- SANITIZER_ARG=--sanitize=thread
+
+  shell:
+    image: async-http-client:20.04-5.5