add baikal oci container to docker
This commit is contained in:
parent
37c50ce7b5
commit
f7876d08f6
3 changed files with 22 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -539,11 +539,11 @@
|
|||
},
|
||||
"nix-secrets": {
|
||||
"locked": {
|
||||
"lastModified": 1738356588,
|
||||
"narHash": "sha256-mb3P2bNaZuCz1is4NR05r2xm66n6ABQAkYLP5U5/eCY=",
|
||||
"lastModified": 1738358831,
|
||||
"narHash": "sha256-BFkqC7xQwGpA7mYYGDBkzw9iehWao+BkR5Bp/dFicWY=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "3ae59d3cfe419e10087da719129cca5c01b8cbcd",
|
||||
"revCount": 267,
|
||||
"rev": "e7311c8f523ad3ffe187efe63f6438140fa0cf45",
|
||||
"revCount": 268,
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
|
||||
},
|
||||
|
|
17
hosts/common/optional/arion-containers/baikal.nix
Normal file
17
hosts/common/optional/arion-containers/baikal.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config.virtualisation.oci-containers = {
|
||||
backend = "podman";
|
||||
containers = {
|
||||
baikal = {
|
||||
image = "ckulka/baikal:nginx";
|
||||
ports = [
|
||||
"6734:80"
|
||||
];
|
||||
volumes = [
|
||||
"/srv/docker/baikal/config:/var/www/baikal/config"
|
||||
"/srv/docker/baikal/data:/var/www/baikal/Specific"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -182,6 +182,7 @@ in {
|
|||
../arion-containers/jellyfin.nix
|
||||
../arion-containers/photoprism.nix
|
||||
../arion-containers/syncthing.nix
|
||||
../arion-containers/baikal.nix
|
||||
(import ../arion-containers/searxng.nix {configVars = configVars;})
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue