Add Coolify configuration backup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
80
coolify.json
Normal file
80
coolify.json
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
{
|
||||||
|
"backup_date": "2026-04-14",
|
||||||
|
"coolify_host": "http://spark-fsi.local:8000",
|
||||||
|
"project": {
|
||||||
|
"uuid": "g440gcw8g08wo80ow4kwkkcc",
|
||||||
|
"name": "Core",
|
||||||
|
"description": "",
|
||||||
|
"environment": {
|
||||||
|
"uuid": "eos8sgoccgo0s40w0w0w44ow",
|
||||||
|
"name": "production"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"application": {
|
||||||
|
"uuid": "n1311fcq47psj5c79bua2n56",
|
||||||
|
"name": "api.fredsimon.cc",
|
||||||
|
"description": "",
|
||||||
|
"build_pack": "dockerfile",
|
||||||
|
"docker_registry_image_name": null,
|
||||||
|
"docker_registry_image_tag": null,
|
||||||
|
"source": {
|
||||||
|
"type": "gitea",
|
||||||
|
"repository": "fredsimon/api.fredsimon.cc",
|
||||||
|
"branch": "main",
|
||||||
|
"git_commit_sha": "HEAD",
|
||||||
|
"ssh_url": "git@spark-fsi.local:22222/fredsimon/api.fredsimon.cc.git",
|
||||||
|
"http_url": "http://spark-fsi.local:3000/fredsimon/api.fredsimon.cc"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"fqdn": "https://api.fredsimon.cc",
|
||||||
|
"ports_exposes": "3030",
|
||||||
|
"ports_mappings": null,
|
||||||
|
"redirect": "both"
|
||||||
|
},
|
||||||
|
"health_check": {
|
||||||
|
"enabled": false,
|
||||||
|
"host": "localhost",
|
||||||
|
"path": "/",
|
||||||
|
"method": "GET",
|
||||||
|
"scheme": "http",
|
||||||
|
"port": null,
|
||||||
|
"return_code": 200,
|
||||||
|
"interval": 5,
|
||||||
|
"timeout": 5,
|
||||||
|
"retries": 10,
|
||||||
|
"start_period": 5
|
||||||
|
},
|
||||||
|
"limits": {
|
||||||
|
"cpu_shares": 1024,
|
||||||
|
"cpus": "0",
|
||||||
|
"cpuset": null,
|
||||||
|
"memory": "0",
|
||||||
|
"memory_reservation": "0",
|
||||||
|
"memory_swap": "0",
|
||||||
|
"memory_swappiness": 60
|
||||||
|
},
|
||||||
|
"docker": {
|
||||||
|
"destination_network": "coolify",
|
||||||
|
"swarm_replicas": 1,
|
||||||
|
"dockerfile_location": "/Dockerfile",
|
||||||
|
"base_directory": "/",
|
||||||
|
"publish_directory": "/"
|
||||||
|
},
|
||||||
|
"commands": {
|
||||||
|
"build_command": null,
|
||||||
|
"install_command": null,
|
||||||
|
"start_command": null,
|
||||||
|
"pre_deployment_command": null,
|
||||||
|
"post_deployment_command": null
|
||||||
|
},
|
||||||
|
"environment_variables": []
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"uuid": "h4cckc80404kwo848c4sgs4w",
|
||||||
|
"name": "localhost",
|
||||||
|
"ip": "host.docker.internal",
|
||||||
|
"port": 22,
|
||||||
|
"user": "root",
|
||||||
|
"proxy": "TRAEFIK"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user