Update ss_webhosting.yaml

master
Dex Burgess 2024-03-24 16:03:12 +00:00
parent fbc37a096f
commit 280fb9d6fe
1 changed files with 5 additions and 11 deletions

View File

@ -32,6 +32,11 @@ services:
- PMA_PORT=3306 - PMA_PORT=3306
## Sites ## Sites
kx3dex_website:
image: gitea.dex/dex/kx3dex_radio:latest
container_name: kx3dex_website
restart: always
simplysyncedllc_website: simplysyncedllc_website:
image: gitea.dex/dex/simplysyncedllc_website:latest image: gitea.dex/dex/simplysyncedllc_website:latest
container_name: ss_website container_name: ss_website
@ -53,17 +58,6 @@ services:
volumes: volumes:
- /ss_webhosting/phlares_website:/var/www/html - /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: networks:
default: default: