summaryrefslogtreecommitdiffstats
path: root/2configs/home
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
commit403b78219574b23de99c9df9bae26415522f6841 (patch)
treef2f785d28db57565bf4a02dc9a614e4f413fe802 /2configs/home
parent423575876daf062b89537f4e61a5d5aa47c93206 (diff)
ma tonie: use new backend_is_local deployment
Diffstat (limited to '2configs/home')
-rw-r--r--2configs/home/tonie.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/2configs/home/tonie.nix b/2configs/home/tonie.nix
index 103a47fa7..959e48e8b 100644
--- a/2configs/home/tonie.nix
+++ b/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 = [