Sha256: b676ddd42de56e7825de1be1ef26f08c946cab07cd334cf732983c37f70f975e
Contents?: true
Size: 1.41 KB
Versions: 4
Compression:
Stored size: 1.41 KB
Contents
--- application_name: '<%= application_name %>' namespace: '<%= namespace %>' generator_name: minke-generator-netmvc 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: application_docker_file: './dockerfile/<%= application_name %>/' application_compose_file: './dockercompose/<%= application_name %>/docker-compose.yml' fetch: enabled: true build: post: copy: - from: '../bin' to: './dockerfile/<%= application_name %>' - from: '../.nuget' to: './dockerfile/<%= application_name %>' - from: '../project.json' to: './dockerfile/<%= application_name %>' - from: '../web.config' 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: 5000 path: /v1/health type: private
Version data entries
4 entries across 4 versions & 1 rubygems