From 17ad4ee441391fd1abf94bbea0d04a725e22c251 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Mon, 12 Jan 2026 07:55:31 +0000 Subject: [PATCH] Update ss_webhosting.yaml --- ss_webhosting.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ss_webhosting.yaml b/ss_webhosting.yaml index 00e8fbb..cc38506 100644 --- a/ss_webhosting.yaml +++ b/ss_webhosting.yaml @@ -27,6 +27,8 @@ services: restart: unless-stopped depends_on: - mariadb_webhosting + ports: + - 823:80 environment: - PMA_HOST=mariadb_webhosting - PMA_PORT=3306 @@ -56,6 +58,18 @@ services: volumes: - /ss_webhosting/xfradio_website:/var/www/html + diamond_website: + image: wordpress + container_name: diamond_website + restart: always + environment: + WORDPRESS_DB_HOST: mariadb_webhosting + WORDPRESS_DB_USER: diamond + WORDPRESS_DB_PASSWORD: $DIAMOND_DB_PASS + WORDPRESS_DB_NAME: diamond + volumes: + - /ss_webhosting/diamond_website:/var/www/html + #allthingsnd_website: # image: wordpress # container_name: allthingsnd_website