Set up a PostgreSQL database
Log in to the private Docker Repository
Run the Docker images
<your-backend-ip>
and <your-frontend-ip>
with your actual IP addresses or domain names.Configure optional environment variables
🎉 Done!
http://<your-frontend-ip-or-url>:8080
to access the app. LUNARY_API_URL=http://<your-backend-ip-or-url>:3333
when using the SDK to send queries to your server.--network=host
when running the Docker images.
?sslmode=require
from the DATABASE_URL
environment variable (not recommended if the database is exposed to the internet).