Update ss_webhosting.yaml
parent
4b9343f5af
commit
3d5e962c20
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue