diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-06-23 22:29:14 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-06-23 22:29:14 +0200 |
commit | fc83048b0247e222dd94bbf0430f99d58c5be418 (patch) | |
tree | 294e070ea3fb11dc9880da5596de6d31524f8199 /cluster/prod/app | |
parent | 86026c564230aff1aae53a4acb56d4671b14e023 (diff) | |
download | nixcfg-fc83048b0247e222dd94bbf0430f99d58c5be418.tar.gz nixcfg-fc83048b0247e222dd94bbf0430f99d58c5be418.zip |
staging: move bottin and guichet to docker, sync with prod config
Diffstat (limited to 'cluster/prod/app')
-rw-r--r-- | cluster/prod/app/core/secrets.toml | 4 | ||||
-rw-r--r-- | cluster/prod/app/guichet/deploy/guichet.hcl (renamed from cluster/prod/app/guichet/deploy/directory.hcl) | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cluster/prod/app/core/secrets.toml b/cluster/prod/app/core/secrets.toml index 736c9dd..8a6a7f2 100644 --- a/cluster/prod/app/core/secrets.toml +++ b/cluster/prod/app/core/secrets.toml @@ -3,3 +3,7 @@ type = 'user' description = 'LDAP base DN for everything' example = 'dc=example,dc=com' +[secrets."d53/gandi_api_key"] +type = 'user' +description = 'Gandi API key' + diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/guichet.hcl index 397602f..4b2ff28 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/guichet.hcl @@ -14,7 +14,7 @@ job "guichet" { driver = "docker" config { image = "dxflrs/guichet:m1gzk1r00xp0kz566fwbpc87z7haq7xj" - args = [ "server", "-config", "/etc/config.json" ] + args = [ "server", "-config", "/etc/config.json" ] readonly_rootfs = true ports = [ "web_port" ] volumes = [ |