forked from Deuxfleurs/infrastructure
Migrate Garage
This commit is contained in:
parent
9f6f0fb53c
commit
b29028405d
1 changed files with 15 additions and 8 deletions
|
@ -9,6 +9,11 @@ job "garage" {
|
|||
}
|
||||
|
||||
group "garage" {
|
||||
network {
|
||||
port "s3" { static = 3900 }
|
||||
port "rpc" { static = 3901 }
|
||||
}
|
||||
|
||||
task "server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
|
@ -26,9 +31,11 @@ job "garage" {
|
|||
}
|
||||
|
||||
template {
|
||||
data = "{{ key \"configuration/garage/garage.toml\" }}"
|
||||
data = file("../config/configuration/garage/garage.toml")
|
||||
destination = "secrets/garage.toml"
|
||||
}
|
||||
|
||||
# --- secrets ---
|
||||
template {
|
||||
data = "{{ key \"secrets/garage/garage-ca.crt\" }}"
|
||||
destination = "secrets/garage-ca.crt"
|
||||
|
|
Loading…
Reference in a new issue