Skip to content

Commit

Permalink
build: add network explicitly to playwright compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 1, 2024
1 parent 672c137 commit 4fb3061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/playwright/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Uses hostname fmtm.dev.test for api and ui on same domain
# otherwise tests will not work using the cookie for auth

networks:
fmtm-net:
name: fmtm-${GIT_BRANCH:-local}

services:
api:
hostname: fmtm.dev.test
Expand Down

0 comments on commit 4fb3061

Please sign in to comment.