John Porter

Results 177 comments of John Porter

Here's a slightly modified compose file; I went right back to basics and made another discovery: ```yaml --- version: '3' services: opensearch-node1: image: opensearchproject/opensearch:2.5.0 container_name: opensearch-node1 environment: - cluster.name=opensearch-cluster -...

I've been experimenting to see if it is docker networking that is causing the issue, but it isn't as other services in swarm mode can map ports perfectly well, and...

It seems that the first node joins the docker swarm ingress network, while any others always join the service network. I have no idea what to do here. For reference"...

After some experimentation, here are my findings: 1. If a docker port is mapped, then `network.publish_host: _eth1_` must be added. 2. If no docker port is mapped, then `network.publish_host: _eth0_`...

I'm looking forward to something like that, just jotting it down here :o)

> Currently Laravel supports four database systems: MySQL, Postgres, SQLite, and SQL Server. I would hazard a guess the we can expect this to change. One of the benefits of...

I've added some Laravel `Schema` definitions to a gist of my take on the new database structure. I'm not expecting all of this to be used by any means, and...

That's what I thought. I have lots more to push today.

I imagine they will be, but for the beginning we could stick to what we know and scope it out to be in the database. I am a big believer...

Gist updated https://gist.github.com/designermonkey/5646377