Migrate another batch of services to NFS.

This commit is contained in:
2025-10-23 21:20:11 +01:00
parent 09603daf80
commit 5d0880a789
9 changed files with 38 additions and 32 deletions

View File

@@ -23,8 +23,8 @@ job "weewx" {
# to be able to receive UDP broadcast packets from the weatherlink
network_mode = "host"
volumes = [
"/data/compute/appdata/weewx/etc:/etc/weewx",
"/data/compute/appdata/weewx/html:/var/www/html",
"/data/services/weewx/etc:/etc/weewx",
"/data/services/weewx/html:/var/www/html",
]
}
@@ -46,7 +46,7 @@ job "weewx" {
"-enable-health",
]
volumes = [ "/data/compute/appdata/weewx/html:/srv/http" ]
volumes = [ "/data/services/weewx/html:/srv/http" ]
}
}