Tobias

Results 3 comments of Tobias

One example for setting up a aka cluster with own IP network/netmask: ``` yaml version: '2' services: seed: image: mhamrah/clustering:0.3 ports: - '1600:1600' environment: CLUSTER_PORT: 1600 # CLUSTER_IP: seed SEED_PORT_1600_TCP_ADDR:...

You could use my Dockerfile for polr, as it is using alpine as the base: https://github.com/tkaefer/polr/blob/master/Dockerfile

Sorry for hijacking this thread: I've setup a Alpine+nginx+fpm based Polr Docker deployment. If anybody is interested, just check https://github.com/tkaefer/polr