From 3d5e962c206ef26f62baeecc6089176cd5349737 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Mon, 13 Nov 2023 21:04:20 +0000 Subject: [PATCH] Update ss_webhosting.yaml --- ss_webhosting.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ss_webhosting.yaml b/ss_webhosting.yaml index 4d36cbd..84592f7 100644 --- a/ss_webhosting.yaml +++ b/ss_webhosting.yaml @@ -39,6 +39,7 @@ services: phlares_website: image: wordpress + container_name: phlares_website restart: always environment: WORDPRESS_DB_HOST: mariadb_webhosting @@ -48,6 +49,18 @@ services: volumes: - /ss_webhosting/phlares_website:/var/www/html + draftpro_website: + image: wordpress + container_name: draftpro_website + restart: always + environment: + WORDPRESS_DB_HOST: mariadb_webhosting + WORDPRESS_DB_USER: draftpro + WORDPRESS_DB_PASSWORD: $DRAFTPRO_DB_PASS + WORDPRESS_DB_NAME: draftpro + volumes: + - /ss_webhosting/draftpro_website:/var/www/html + networks: default: name: dockers_default