And container to container works fine, im able to communicate p.e. with keycloak:9000
Comment on Problem connecting to host from Docker container
webuge@lemmy.dbzer0.com 1 year agoI think it would be easier to use only one docker compose file with all services, and use the same network across all of them
Jerry1098@sh.itjust.works 1 year ago
webuge@lemmy.dbzer0.com 1 year ago
Do you have coddy to point the DNS to your keyckloak instance like in this part of the tutorial? auth.gurucomputing.com { reverse_proxy keycloak:8080 }
Also do you have the domain registered?
Jerry1098@sh.itjust.works 1 year ago
But the network is created externally, so shouldn’t this be the same?
webuge@lemmy.dbzer0.com 1 year ago
I didn’t read the docker files with attention in the first time, but since you have an external network it should work.
Discover5164@lemm.ee 1 year ago
yes is the same, or at least should.