diff options
author | Alex Auvolat <alex@adnab.me> | 2022-03-01 17:37:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-01 17:37:00 +0100 |
commit | 217e31e4bd2e7f5f96c6dede75d4c005d2e6d57e (patch) | |
tree | 077ec112919c48c470e566e77db4260a2df6ab36 /app/garage-staging | |
parent | 3b90fd15dbe447706a9d1eb7682887474058bd38 (diff) | |
download | nixcfg-217e31e4bd2e7f5f96c6dede75d4c005d2e6d57e.tar.gz nixcfg-217e31e4bd2e7f5f96c6dede75d4c005d2e6d57e.zip |
Remove useless docker-compose file
Diffstat (limited to 'app/garage-staging')
-rw-r--r-- | app/garage-staging/deploy/garage.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/garage-staging/deploy/garage.hcl b/app/garage-staging/deploy/garage.hcl index cd8cd4b..8164edc 100644 --- a/app/garage-staging/deploy/garage.hcl +++ b/app/garage-staging/deploy/garage.hcl @@ -59,6 +59,7 @@ job "garage-staging" { tags = [ "garage-staging-api", "tricot garage-staging.home.adnab.me", + "tricot-add-header Access-Control-Allow-Origin *", ] port = 3990 address_mode = "driver" |