create docker image for acme-nginx

This commit is contained in:
2020-05-25 23:51:55 -04:00
parent db9b35211c
commit 9e1743e1b5
42 changed files with 588 additions and 0 deletions

18
.idea/runConfigurations/Launch_Apps.xml generated Normal file
View File

@@ -0,0 +1,18 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Launch Apps" type="BashConfigurationType" factoryName="Bash" folderName="Build Scripts" singleton="true">
<option name="INTERPRETER_OPTIONS" value="-ex" />
<option name="INTERPRETER_PATH" value="/bin/bash" />
<option name="PROJECT_INTERPRETER" value="false" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/dockerfiles/services/" />
<option name="PARENT_ENVS" value="true" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/dockerfiles/services/launch_apps.sh" />
<option name="PARAMETERS" value="" />
<module name="" />
<envs>
<env name="DKREGISTRY_PASS" value="me1" />
<env name="DKREGISTRY" value="dkregistry.xai-corp.net:5000" />
<env name="NETWORK" value="prod" />
</envs>
<method v="2" />
</configuration>
</component>