Skip to content

Commit

Permalink
Added external links to web container
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Jun 3, 2024
1 parent bd8ea8e commit 9b53376
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.selenium.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#ddev-generated
services:
hub:
image: selenium/hub:4.8.0
container_name: ddev-${DDEV_SITENAME}-hub
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: ${DDEV_APPROOT}
external_links:
- web:${DDEV_SITENAME}.${DDEV_TLD}

chrome:
image: selenium/node-chrome:4.8.0
Expand All @@ -19,3 +22,5 @@ services:
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: ${DDEV_APPROOT}
external_links:
- web:${DDEV_SITENAME}.${DDEV_TLD}

0 comments on commit 9b53376

Please sign in to comment.