more docker containers

This commit is contained in:
mjallen18
2024-02-20 16:28:40 -06:00
parent 680f579d7e
commit b599645fd9
5 changed files with 51 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
# sonarr
# mariadb
virtualisation.oci-containers.containers."mariadb" = {
autoStart = true;
image = "linuxserver/mariadb";
@@ -14,7 +14,7 @@
TZ = "America/Chicago";
MYSQL_ROOT_PASSWORD = "BogieDudie1";
MYSQL_DATABASE = "jallen_nextcloud";
MYSQL_USER = "mjallen";
MYSQL_USER = "nextcloud";
MYSQL_PASSWORD = "BogieDudie1";
};
};