Update ss_webhosting.yaml
parent
624c788b0d
commit
0af1ce0cc2
|
@ -55,15 +55,15 @@ services:
|
||||||
|
|
||||||
draftpro_website:
|
draftpro_website:
|
||||||
image: wordpress
|
image: wordpress
|
||||||
container_name: draftpro_website
|
container_name: jrd_website
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
WORDPRESS_DB_HOST: mariadb_webhosting
|
WORDPRESS_DB_HOST: mariadb_webhosting
|
||||||
WORDPRESS_DB_USER: draftpro
|
WORDPRESS_DB_USER: jrd
|
||||||
WORDPRESS_DB_PASSWORD: $DRAFTPRO_DB_PASS
|
WORDPRESS_DB_PASSWORD: $JRD_DB_PASS
|
||||||
WORDPRESS_DB_NAME: draftpro
|
WORDPRESS_DB_NAME: jrd
|
||||||
volumes:
|
volumes:
|
||||||
- /ss_webhosting/draftpro_website:/var/www/html
|
- /ss_webhosting/jrd_website:/var/www/html
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue