Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
f282a2ed
Commit
f282a2ed
authored
Jul 09, 2021
by
James T. Lee
Browse files
bitwarden: Configure DNS for accessing web.nest
parent
fac884ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
manifests/service/bitwarden.pp
manifests/service/bitwarden.pp
+1
-0
No files found.
manifests/service/bitwarden.pp
View file @
f282a2ed
...
@@ -14,6 +14,7 @@ class nest::service::bitwarden (
...
@@ -14,6 +14,7 @@ class nest::service::bitwarden (
->
->
nest::lib::container
{
'bitwarden'
:
nest::lib::container
{
'bitwarden'
:
image
=>
'vaultwarden/server'
,
image
=>
'vaultwarden/server'
,
dns
=>
'172.22.0.1'
,
env
=>
[
env
=>
[
'DOMAIN=https://vault.thesatelliteoflove.net'
,
'DOMAIN=https://vault.thesatelliteoflove.net'
,
"ADMIN_TOKEN=
${admin_token}
"
,
"ADMIN_TOKEN=
${admin_token}
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment