Sha256: 4330ff7bf96650df1ade59f66fbc74e6591db2a5db9e9858efdef1e5443cb50f
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 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: consul_loader: config_file: './consul_keys.yml' url: address: consul port: 8500 type: bridge cucumber: 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
3 entries across 3 versions & 1 rubygems