Teddy

Results 55 comments of Teddy

LGTM? Not sure why CI would be failing as this is only a readme update.

Doesn't sail by default use the host network? If you spun up a Docker container that contains the Postgres instance (within the host terminal), you should be able to connect...

Currently, I am leaning towards all of the containers being required to use the same network as Sail. Do you have a use case that would make this a non-starter?...

Instead of it accessing the host network, we might be able to create a bridge network with some ports being published. This could potentially be a label: `share.ingress` (#229). I...

Ah, I think that if we went ahead created an ingress proxy for all of the containers running within sail, etc.. that it would not be too bad of a...

The adding of CI has since been added, but I am unsure why my PRs do not get automatically tested. Any ideas?

Didn't see that, What CI will be used? Travis?

I think this issue should also be for ingress traffic if we have a bridge network.

Yea, I like the idea of adding databases to sail for reproducibility. I recently stopped using sail and started using docker-compose for this reason. Will definitely go back once these...