We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ff00 commit c1f46d2Copy full SHA for c1f46d2
railties/lib/rails/generators/rails/app/templates/.devcontainer/compose.yaml.tt
@@ -26,8 +26,8 @@ services:
26
- <%= dependency %>
27
<%- end -%>
28
29
-
30
<%- if depends_on_system_test? -%>
+
31
selenium:
32
image: seleniarm/standalone-chromium
33
restart: unless-stopped
@@ -43,10 +43,9 @@ services:
43
- default
44
volumes:
45
- redis-data:/data
46
-<%- end -%>
47
+<%- end -%>
48
<%= devcontainer_db_service_yaml(indentation: 4) %>
49
50
<%- if !devcontainer_volumes.empty? -%>
51
52
<%- devcontainer_volumes.each do |volume| -%>
0 commit comments