From 280fb9d6fe89b2fcfa4eba9246cfddd381ea7672 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Sun, 24 Mar 2024 16:03:12 +0000 Subject: [PATCH] Update ss_webhosting.yaml --- ss_webhosting.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/ss_webhosting.yaml b/ss_webhosting.yaml index 2c59861..910c225 100644 --- a/ss_webhosting.yaml +++ b/ss_webhosting.yaml @@ -32,6 +32,11 @@ services: - PMA_PORT=3306 ## Sites + kx3dex_website: + image: gitea.dex/dex/kx3dex_radio:latest + container_name: kx3dex_website + restart: always + simplysyncedllc_website: image: gitea.dex/dex/simplysyncedllc_website:latest container_name: ss_website @@ -53,17 +58,6 @@ services: volumes: - /ss_webhosting/phlares_website:/var/www/html - jrd_website: - image: wordpress - container_name: jrd_website - restart: always - environment: - WORDPRESS_DB_HOST: mariadb_webhosting - WORDPRESS_DB_USER: jrd - WORDPRESS_DB_PASSWORD: $JRD_DB_PASS - WORDPRESS_DB_NAME: jrd - volumes: - - /ss_webhosting/jrd_website:/var/www/html networks: default: