aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..6dc1185
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,8 @@
+# NOTE: There is no official Capybara Docker image *yet*.
+
+version: "3.3"
+services:
+ capybara:
+ ports:
+ - "8080:8080"
+ image: fuwn/capybara