Update ss_webhosting.yaml
parent
8a7f40dc22
commit
17ad4ee441
|
|
@ -27,6 +27,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb_webhosting
|
- mariadb_webhosting
|
||||||
|
ports:
|
||||||
|
- 823:80
|
||||||
environment:
|
environment:
|
||||||
- PMA_HOST=mariadb_webhosting
|
- PMA_HOST=mariadb_webhosting
|
||||||
- PMA_PORT=3306
|
- PMA_PORT=3306
|
||||||
|
|
@ -56,6 +58,18 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /ss_webhosting/xfradio_website:/var/www/html
|
- /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:
|
#allthingsnd_website:
|
||||||
# image: wordpress
|
# image: wordpress
|
||||||
# container_name: allthingsnd_website
|
# container_name: allthingsnd_website
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue