Update ss_webhosting.yaml

master
Dex Burgess 2026-01-12 07:55:31 +00:00
parent 8a7f40dc22
commit 17ad4ee441
1 changed files with 14 additions and 0 deletions

View File

@ -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