Update ss_webhosting.yaml
parent
f8009df3bd
commit
88305548ba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue