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: