Sha256: 08e9142ef5359f9d931e86f082a829edb7fa9ce08cf2c8aef9fe39df33081c83
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
--- application_name: '<%= application_name %>' namespace: '<%= namespace %>' generator_name: minke-generator-go docker_registry: url: <%= ENV['DOCKER_REGISTRY_URL'] %> user: <%= ENV['DOCKER_REGISTRY_USER'] %> password: <%= ENV['DOCKER_REGISTRY_PASS'] %> email: <%= ENV['DOCKER_REGISTRY_EMAIL'] %> namespace: <%= ENV['DOCKER_NAMESPACE'] %> docker: build_image: 'golang:latest' application_docker_file: './dockerfile/<%= application_name %>/' application_compose_file: './dockercompose/<%= application_name %>/docker-compose.yml' fetch: enabled: true test: enabled: true build: post: copy: - from: '../<%= application_name %>' to: './dockerfile/<%= application_name %>' - from: './swagger_spec/swagger.yml' to: './dockerfile/<%= application_name %>/swagger_spec' run: pre: consul_loader: config_file: './consul_keys.yml' url: address: consul port: 8500 type: bridge cucumber: pre: consul_loader: config_file: './consul_keys.yml' url: address: consul port: 8500 type: bridge health_check: address: <%= application_name %> port: 8001 path: /v1/health type: bridge
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minke-generator-go-0.7.2 | lib/generators/gomicroservice/scaffold/_build/config.yml.erb |
minke-generator-go-0.7.1 | lib/generators/gomicroservice/scaffold/_build/config.yml.erb |