sakura: update & pin docker images
This commit is contained in:
parent
65cd17419f
commit
24a3d505e0
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ _: {
|
|||
sops.secrets.foundry-username = {};
|
||||
sops.secrets.foundry-password = {};
|
||||
virtualisation.oci-containers.containers.foundryvtt = {
|
||||
image = "felddy/foundryvtt:release";
|
||||
image = "felddy/foundryvtt:11.300.0";
|
||||
volumes = [
|
||||
"/home/notoh/docker/foundryvtt:/data"
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
virtualisation.oci-containers.containers.homepage = {
|
||||
image = "ghcr.io/benphelps/homepage";
|
||||
image = "ghcr.io/benphelps/homepage:v0.6.21";
|
||||
volumes = [
|
||||
"/home/notoh/docker/homepage:/app/config"
|
||||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [hugo];
|
||||
virtualisation.oci-containers.containers.hugo = {
|
||||
image = "klakegg/hugo:0.101.0";
|
||||
image = "klakegg/hugo:0.111.3";
|
||||
cmd = ["server"];
|
||||
volumes = [
|
||||
"/home/notoh/docker/hugo:/src"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
virtualisation.oci-containers.containers.searxng = {
|
||||
image = "searxng/searxng";
|
||||
image = "searxng/searxng:2023.6.10-5f11155c";
|
||||
volumes = [
|
||||
"/home/notoh/docker/searxng:/etc/searxng:rw"
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
virtualisation.oci-containers.containers.stash = {
|
||||
image = "stashapp/stash";
|
||||
image = "stashapp/stash:v0.21.0";
|
||||
environment = {
|
||||
STASH_STASH = "/data/";
|
||||
STASH_GENERATED = "/generated/";
|
||||
|
|
Loading…
Reference in a new issue