Updated server config

This commit is contained in:
2025-12-02 16:34:54 +00:00
parent 5883819835
commit 6929b99a34
6 changed files with 15 additions and 22 deletions

View File

@@ -19,10 +19,6 @@
"gitea-net"
"proxy-net"
];
ports = [
"3000:3000"
"2222:22"
];
environment = {
TZ = "Europe/Dublin";
};

View File

@@ -11,7 +11,9 @@
jellyfin = {
image = "docker.io/jellyfin/jellyfin:latest";
autoUpdate = "registry";
ports = ["8096:8096/tcp"];
network = [
"proxy-net"
];
volumes = [
"/home/cianh/TV_Archive/data:/media:Z"
"/home/cianh/TV_Archive/jf_config:/config:Z"

View File

@@ -16,7 +16,6 @@
image = "docker.io/grafana/grafana:latest";
autoUpdate = "registry";
network = ["grafana-net"];
ports = ["3100:3000"];
user = "1000:1000";
volumes = [
"/home/cianh/grafana:/var/lib/grafana:Z"

View File

@@ -19,9 +19,6 @@
"nextcloud-net"
"proxy-net"
];
ports = [
"9000:9000"
];
environment = {
NEXTCLOUD_URL = "nextcloud.bulba.space";
TRUSTED_DOMAINS = "nextcloud.bulba.space";

View File

@@ -34,7 +34,6 @@
volumes = [
"/home/cianh/vikunja/files:/app/vikunja/files"
];
ports = ["3456:3456"];
extraConfig = {
Unit = {
After = "podman-vikunja-db.service";