Update ss_webhosting.yaml
parent
fbc37a096f
commit
280fb9d6fe
|
@ -32,6 +32,11 @@ services:
|
|||
- PMA_PORT=3306
|
||||
|
||||
## Sites
|
||||
kx3dex_website:
|
||||
image: gitea.dex/dex/kx3dex_radio:latest
|
||||
container_name: kx3dex_website
|
||||
restart: always
|
||||
|
||||
simplysyncedllc_website:
|
||||
image: gitea.dex/dex/simplysyncedllc_website:latest
|
||||
container_name: ss_website
|
||||
|
@ -53,17 +58,6 @@ services:
|
|||
volumes:
|
||||
- /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:
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue