Skip to content

Commit

Permalink
Merge pull request #57 from GenomicDataInfrastructure/fix/docker-network
Browse files Browse the repository at this point in the history
change host for auth to be accessible
  • Loading branch information
aaperis authored Dec 3, 2024
2 parents 9914c0f + 889aeff commit 292bfe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
- RESIGNJWT=false
extra_hosts:
- ${DOCKERHOST:-localhost}:host-gateway
- "host.docker.internal:host-gateway"
volumes:
- shared:/shared
- ${CONFIG_FILEPATH}:/config.yaml
Expand Down

0 comments on commit 292bfe7

Please sign in to comment.