1
Fork 0

Attempt to fix the 5d diplomacy docker image paths

This commit is contained in:
prescientmoon 2024-10-11 17:03:32 +02:00
parent b23e98470e
commit 187aae8173
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -5,7 +5,7 @@
# Containers
virtualisation.oci-containers.containers."5d-diplomacy-backend" = {
image = "localhost/compose2nix-5d-diplomacy-backend";
image = "compose2nix-5d-diplomacy-backend";
environment = {
"ConnectionStrings__Database" = "Server=mssql;Database=diplomacy;User=SA;Password=Passw0rd@;Encrypt=True;TrustServerCertificate=True";
};
@ -34,7 +34,7 @@
wantedBy = [ "docker-compose-5d-diplomacy-root.target" ];
};
virtualisation.oci-containers.containers."5d-diplomacy-frontend" = {
image = "localhost/compose2nix-5d-diplomacy-frontend";
image = "compose2nix-5d-diplomacy-frontend";
log-driver = "journald";
extraOptions = [
"--network-alias=frontend"