Skip to content

Instantly share code, notes, and snippets.

View cpuix's full-sized avatar

Kerem cpuix

View GitHub Profile
@cpuix
cpuix / maybe-coolify.yaml
Created June 14, 2025 03:08
Maybe Finance Coolify Docker
services:
web:
image: ghcr.io/maybe-finance/maybe:latest
volumes:
- app_storage:/rails/storage
environment:
- SERVICE_FQDN_MAYBE
- SELF_HOSTED=true
- RAILS_FORCE_SSL=${RAILS_FORCE_SSL:-false}
- RAILS_ASSUME_SSL=${RAILS_ASSUME_SSL:-false}
@cpuix
cpuix / google-maps-marking-radius-demo.html
Created April 17, 2025 01:55
Google Maps Marking and Radius Demo
<!DOCTYPE html>
<html>
<head>
<title>Google Maps Marking and Radius Demo</title>
<style>
#map {
height: 500px;
width: 100%;
margin-top: 20px;
}
version: '3.8'
services:
# MongoDB service
mongodb:
image: "mongo:6.0.5"
container_name: mongodb
volumes:
- mongodb_data:/data/db
restart: "on-failure"
# Opensearch service