This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<p>{{ greeting }} World!</p> | |
</template> | |
<script> | |
export default { | |
data() { | |
return { | |
greeting: 'Hello World' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTE: We're passing a cleartext password via an environment variable. If you're not | |
# comfortable with this, there's a manual setup process available in the Docker | |
# Hub page for smallstep/step-ca (https://hub.docker.com/r/smallstep/step-ca). | |
# | |
# If you're using your own DNS server(s) to resolve internal hostnames, enter | |
# them in the DNS1 and DNS2 fields. If not, leave these null and delete the DNS | |
# section (lines 26 - 28) in docker-compose.yml. | |
# | |