This is content converted from Markdown!
Here's a JSON sample:
{
"foo": "bar"
}
version: "3.3" | |
services: | |
ceresite: | |
container_name: cere | |
build: . | |
restart: always | |
# environment: | |
# - VIRTUAL_HOST=${VIRTUAL_HOST} | |
# - LETSENCRYPT_HOST=${VIRTUAL_HOST} | |
# - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL} |
NODE_ENV=development | |
OPENAI_API_KEY=sk-u4PBLWOjsoVrRiM2hQZ_-Q | |
OPENAI_BASE_URL=http://localhost | |
OPENAI_CHAT_MODEL=gpt-3.5-turbo | |
ANSWER_LANGUAGE=Turkish | |
NEXT_PUBLIC_CERE_API_DOMAIN=https://api.ceremeet.com | |
env.NEXT_PUBLIC_API_URL=https://api.ceremeet.com | |
NEXT_PUBLIC_COMPANY_DOMAIN=cerebrumtechnologies.com | |
NEXTAUTH_URL=http://localhost:3000 |
{ | |
"basics": { | |
"name": "Alp Eren Özalp", | |
"label": "Backend Developer", | |
"image": "https://avatars.githubusercontent.com/u/36607745?v=4", | |
"email": "alperenoz93@gmail.com", | |
"phone": "+90 (530) 499 95 86", | |
"summary": "Developer and team lead with a history in the IT and services industry. Skilled in agile project management, back-end development, and DevOps. Proficient in JavaScript, TypeScript, and Python with frameworks like Node.js, Express, and React. Familiar with CI/CD tools and various databases and ORMs. Experience in AI SaaS services, IoT networking, and embedded system programming.", | |
"location": { | |
"address": "Güzeltepe Mah. 747. Cad. 3/55 Çankaya", |
<html> | |
<head> | |
<style> | |
h1 { | |
font-family: Calibri; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Hello World!</h1> |