Initial commit for iiEasy: all files included
This commit is contained in:
10
.env.nomad.example
Normal file
10
.env.nomad.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copy to .env.nomad and source before deploy: source .env.nomad
|
||||
# Do NOT commit .env.nomad (contains credentials)
|
||||
|
||||
export NOMAD_ADDR=http://192.168.1.16:4646
|
||||
export NOMAD_HOST=192.168.1.16
|
||||
export NOMAD_USER=its
|
||||
export STRAPI_PUBLIC_URL=http://192.168.1.16:1337
|
||||
|
||||
# For SSH: use key-based auth or enter password when prompted
|
||||
# ssh-copy-id its@192.168.1.16
|
||||
Reference in New Issue
Block a user