minke-generator-swift 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f74008686bf775fecd1c1511f96f586093c1db64
4
- data.tar.gz: 3dd624426aa025819317a24e91d3bc4201093d17
3
+ metadata.gz: 181a0e76fce385448aa65c1148e392228f8843b4
4
+ data.tar.gz: 0051656b36a1ef1491a3c8b7281f79aa280ee521
5
5
  SHA512:
6
- metadata.gz: 5a5c2d9a36fd95802ab236f4d11141dba13cfd7d7dc8b9d184d1d6476eb051400ca23b66d380ebb0ddfd6ef429a2a76f31bc912a59d2fac519428e9d873c0260
7
- data.tar.gz: 152747a6288b23f6283cffd56d7c53c225312c5247fb7f665a624d988607f11ac4b8099b9961e960a4012f00cc4cd8240cc8fbadf98952f4e1ce4ccb670db009
6
+ metadata.gz: 2872c200e6e475cdea5f47910fbe11610e83303fe5dca6d53f081c32b31b4f8b458e5aca38f1db6e2b92a0e268a0953d4b7f1c12988e69ba28f7a55fd90e7356
7
+ data.tar.gz: 767b8205b8ddd7c260d58f4a81b204090dae3d6f074d02c9800fdd58dc23c62f6268fe6fa7fc2152fb79b0b57393af08b7184c1b6816534f4ee2b23fa8e19500
@@ -1,30 +1,33 @@
1
- <%= application_name %>:
2
- image: <%= application_name %>
3
- ports:
4
- - "::8090"
5
- environment:
6
- - "CONSUL_URI=consul:8500"
7
- links:
8
- - consul:consul
9
- - statsd:statsd
10
- consul:
11
- image: progrium/consul
12
- ports:
13
- - "::8400"
14
- - "::8500"
15
- - "::53/udp"
16
- hostname: node1
17
- command: "-server -bootstrap -ui-dir /ui"
18
- statsd:
19
- image: 'hopsoft/graphite-statsd:latest'
20
- ports:
21
- - "::80"
22
- expose:
23
- - "8125/udp"
24
- registrator:
25
- image: 'gliderlabs/registrator:latest'
26
- links:
27
- - consul:consul
28
- command: '-internal -tags=dev consul://consul:8500'
29
- volumes:
30
- - '/var/run/docker.sock:/tmp/docker.sock'
1
+ version: '2'
2
+
3
+ services:
4
+ <%= application_name %>:
5
+ image: <%= application_name %>
6
+ ports:
7
+ - "::8090"
8
+ environment:
9
+ - "CONSUL_URI=consul:8500"
10
+ links:
11
+ - consul:consul
12
+ - statsd:statsd
13
+ consul:
14
+ image: progrium/consul
15
+ ports:
16
+ - "::8400"
17
+ - "::8500"
18
+ - "::53/udp"
19
+ hostname: node1
20
+ command: "-server -bootstrap -ui-dir /ui"
21
+ statsd:
22
+ image: 'hopsoft/graphite-statsd:latest'
23
+ ports:
24
+ - "::80"
25
+ expose:
26
+ - "8125/udp"
27
+ registrator:
28
+ image: 'gliderlabs/registrator:latest'
29
+ links:
30
+ - consul:consul
31
+ command: '-internal -tags=dev consul://consul:8500'
32
+ volumes:
33
+ - '/var/run/docker.sock:/tmp/docker.sock'
@@ -1,20 +1,23 @@
1
- consul:
2
- image: progrium/consul
3
- ports:
4
- - "9400:8400"
5
- - "9500:8500"
6
- - "9600:53/udp"
7
- hostname: node1
8
- command: "-server -bootstrap -ui-dir /ui"
9
- statsd:
10
- image: 'hopsoft/graphite-statsd:latest'
11
- ports:
12
- - "8180:80"
13
- - "8125:8125/udp"
14
- registrator:
15
- image: 'gliderlabs/registrator:latest'
16
- links:
17
- - consul:consul
18
- command: '-internal -tags=dev consul://consul:8500'
19
- volumes:
20
- - '/var/run/docker.sock:/tmp/docker.sock'
1
+ version: '2'
2
+
3
+ services:
4
+ consul:
5
+ image: progrium/consul
6
+ ports:
7
+ - "9400:8400"
8
+ - "9500:8500"
9
+ - "9600:53/udp"
10
+ hostname: node1
11
+ command: "-server -bootstrap -ui-dir /ui"
12
+ statsd:
13
+ image: 'hopsoft/graphite-statsd:latest'
14
+ ports:
15
+ - "8180:80"
16
+ - "8125:8125/udp"
17
+ registrator:
18
+ image: 'gliderlabs/registrator:latest'
19
+ links:
20
+ - consul:consul
21
+ command: '-internal -tags=dev consul://consul:8500'
22
+ volumes:
23
+ - '/var/run/docker.sock:/tmp/docker.sock'
@@ -1,7 +1,7 @@
1
1
  module Minke
2
2
  module Generators
3
3
  module Swift
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minke-generator-swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nic Jackson