Added caddyfile generation
This commit is contained in:
@@ -19,7 +19,7 @@ in {
|
||||
settings.services.sops.enable = true;
|
||||
|
||||
services.podman.containers.wrbapp = {
|
||||
image = "gitea.xeovalyte.dev/xeovalyte/wrbapp:latest";
|
||||
image = "gitea.xeovalyte.dev/xeovalyte/wrbapp:latest-arm";
|
||||
network = "proxy";
|
||||
environmentFile = [
|
||||
"${config.sops.templates."container-wrbapp.env".path}"
|
||||
@@ -27,17 +27,17 @@ in {
|
||||
};
|
||||
|
||||
services.podman.containers.hunshin = {
|
||||
image = "gitea.xeovalyte.dev/xeovalyte/hunshin:latest";
|
||||
image = "gitea.xeovalyte.dev/xeovalyte/hunshin:latest-arm";
|
||||
network = "proxy";
|
||||
};
|
||||
|
||||
services.podman.containers.bijlobke = {
|
||||
image = "gitea.xeovalyte.dev/xeovalyte/bijlobke:latest";
|
||||
image = "gitea.xeovalyte.dev/xeovalyte/bijlobke:latest-arm";
|
||||
network = "proxy";
|
||||
};
|
||||
|
||||
services.podman.containers.ardsite = {
|
||||
image = "gitea.xeovalyte.dev/ardsite/ardsite:latest";
|
||||
image = "gitea.xeovalyte.dev/ardsite/ardsite:latest-arm";
|
||||
network = "proxy";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user