Sha256: 6ed7e5b8ba1a0c72cec3cac333646215261b9d9fcb34a4975737985cbb662b03
Contents?: true
Size: 1.21 KB
Versions: 5
Compression:
Stored size: 1.21 KB
Contents
--- application_name: '<%= application_name %>' namespace: '<%= namespace %>' generator_name: 'minke-generator-swift' 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 test: enabled: true build: post: copy: - from: '../src/.build/debug/<%= application_name %>App' 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: 8090 path: /v1/health type: bridge
Version data entries
5 entries across 5 versions & 1 rubygems