Преглед изворни кода

Move selenium service & configuration to compose.dev.yaml (#913)

Co-authored-by: Mark Shust <mark@shust.com>
Piotr Kwiecinski пре 2 месеци
родитељ
комит
2149f6547a
2 измењених фајлова са 7 додато и 7 уклоњено
  1. 7 0
      compose/compose.dev.yaml
  2. 0 7
      compose/compose.yaml

+ 7 - 0
compose/compose.dev.yaml

@@ -28,3 +28,10 @@ services:
       - "8080:80"
     depends_on:
       - db
+
+  ## Selenium support, uncomment to enable
+  #selenium:
+  #  image: selenium/standalone-chrome-debug:3.8.1
+  #  ports:
+  #    - "5900:5900"
+  #  extra_hosts: *appextrahosts

+ 0 - 7
compose/compose.yaml

@@ -135,13 +135,6 @@ services:
   #    - "8307"
   #  env_file: env/blackfire.env
 
-  ## Selenium support, uncomment to enable
-  #selenium:
-  #  image: selenium/standalone-chrome-debug:3.8.1
-  #  ports:
-  #    - "5900:5900"
-  #  extra_hosts: *appextrahosts
-
 volumes:
   appdata:
   dbdata: