You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
357 B
14 lines
357 B
# tye application configuration file
|
|
# read all about it at https://github.com/dotnet/tye
|
|
#
|
|
# when you've given us a try, we'd love to know what you think:
|
|
# https://aka.ms/AA7q20u
|
|
#
|
|
name: single-phase-dockerfile-args
|
|
services:
|
|
- name: web
|
|
dockerFile: Dockerfile
|
|
dockerFileArgs:
|
|
- pat: thisisapat
|
|
number_of_replicas: 2
|
|
number_of_shards: 5
|
|
|