Update ss_webhosting.yaml

master
Dex Burgess 2023-11-23 06:17:20 +00:00
parent f8009df3bd
commit 88305548ba
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ services:
image: gitea.dex/dex/simplysyncedllc_website:latest image: gitea.dex/dex/simplysyncedllc_website:latest
container_name: ss_website container_name: ss_website
restart: always restart: always
environment:
- NEXT_PUBLIC_SENDGRID_API_KEY=$NEXT_PUBLIC_SENDGRID_API_KEY
- NEXT_PUBLIC_RECAPTCHA_SITE_KEY=$NEXT_PUBLIC_RECAPTCHA_SITE_KEY
- NEXT_PUBLIC_RECAPTCHA_SECRET_KEY=$NEXT_PUBLIC_RECAPTCHA_SECRET_KEY
phlares_website: phlares_website:
image: wordpress image: wordpress