summaryrefslogtreecommitdiffstats
path: root/makefu/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-27 13:12:39 +0100
committermakefu <github@syntax-fehler.de>2021-12-27 13:12:39 +0100
commit876aecb4d2f09b82e424cda667c0ccde203ea33c (patch)
tree1ff1b055cc24952041dd224ed6b7526a795d5e8f /makefu/2configs
parent00b5478f095648eb0a03f065e46a7da13cc7ea69 (diff)
ma tonie: use new backend_is_local deployment
Diffstat (limited to 'makefu/2configs')
-rw-r--r--makefu/2configs/home/tonie.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/makefu/2configs/home/tonie.nix b/makefu/2configs/home/tonie.nix
index 103a47fa..959e48e8 100644
--- a/makefu/2configs/home/tonie.nix
+++ b/makefu/2configs/home/tonie.nix
@@ -27,13 +27,10 @@ in
];
networking.firewall.allowedTCPPorts = [ frontend_port backend_port ];
virtualisation.oci-containers.containers.toniebox-front = {
- image = "makefoo/toniebox-audio-match_front:1.0.0";
+ image = "makefoo/toniebox-audio-match_front:1.0.1";
inherit user;
environment = {
- VUE_APP_BACKEND_SCHEME = "http";
- VUE_APP_BACKEND_HOST = backend_host;
- #VUE_APP_BACKEND_PORT = toString backend_port;
- VUE_APP_BACKEND_PORT = "80";
+ VUE_APP_BACKEND_IS_LOCAL = "true";
};
ports = [ "${toString frontend_port}:8080" ];
volumes = [