Skip to content

How to access domain of one project from another project? #828

Discussion options

You must be logged in to vote

Fortunatelly you can do that, by creating .warden/warden-env.yml in projectA:

services:
  php-fpm:
    extra_hosts:
      - projectB.test:${TRAEFIK_ADDRESS:-0.0.0.0}

  php-debug:
    extra_hosts:
      - projectB.test:${TRAEFIK_ADDRESS:-0.0.0.0}

And accordingly for projectB.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rajeev-k-tomy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants