-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docker/holesky): cleanup docker compose files #657
Conversation
dde0d67
to
d853ee8
Compare
testnets/holesky/docker-compose.yml
Outdated
@@ -82,7 +76,7 @@ volumes: | |||
driver: local | |||
|
|||
networks: | |||
bolt-default: | |||
bolt-holesky-default: | |||
driver: bridge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will have to add name: bolt-holesky-default
here. Otherwise docker compose will prefix it with some bs and the name will differ in docker-compose.pbs.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated this to drop all references to custom networks, after internal discussion we will use host.docker.internal
as DNS and adding:
extra_hosts:
- host.docker.internal:host-gateway
On every service that needs to communicate with others which expose a port on the host machine
18345c3
to
855c159
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one small q!
855c159
to
dc9b1f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's merge when tested
dc9b1f5
to
9f22d07
Compare
9f22d07
to
65bb535
Compare
This is available on Linux on newer version of docker by adding extra_host: - host.docker.internal:host-gateway on services where you need to use that DNS to access the host machine
65bb535
to
3eaddc3
Compare
This PR tries to align some diffs we have between the code on GitHub and our setup on remotebeast, so that we don't have conflicts and headaches when pulling new changes.
Changelog:
bolt-holesky-default