Move wordpress to NFS.

This removes the need for the syncthing and rysnc plumbing.
This commit is contained in:
2025-10-22 15:01:01 +01:00
parent 2437d46aa9
commit f8aee0d438
4 changed files with 2 additions and 86 deletions

View File

@@ -20,7 +20,7 @@ job "wordpress" {
image = "gitea.v.paler.net/ppetru/wordpress"
ports = ["http"]
volumes = [
"/data/sync/wordpress:/var/www/html",
"/data/services/wordpress:/var/www/html",
"local/php-custom.ini:/usr/local/etc/php/conf.d/php-custom.ini",
]
}