Sha256: 81deaf916dfe79c7945d11142fd0e7e7134daa6ba38f0e5440f8dd396238f310
Contents?: true
Size: 1.22 KB
Versions: 4
Compression:
Stored size: 1.22 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: private cucumber: pre: consul_loader: config_file: './consul_keys.yml' url: address: consul port: 8500 type: private health_check: address: <%= application_name %> port: 8001 path: /v1/health type: private
Version data entries
4 entries across 4 versions & 1 rubygems