Deploy model
You bring a Dockerfile or a Git repo. We build, run migrations on deploy, and attach managed PostgreSQL plus a volume for /media. ASGI works the same as WSGI — Channels and async views run without extra config.
EU hosting → Germany
German Django teams have a clear requirement set: DSGVO compliance, server location inside Germany, and an Auftragsverarbeitungsvertrag in German. Hostim runs Django in a Docker container in Falkenstein, Saxony — a single German region, operated by a German UG.
# docker-compose.yml
services:
web:
image: my-django-app
environment:
- DJANGO_SETTINGS_MODULE=config.settings.prod
db:
image: postgres:16
volumes:
- db_data:/var/lib/postgresql/dataDjango is one of the most common Python web frameworks in German enterprise and public sector projects. The deployment shape is stable: Gunicorn or Uvicorn, PostgreSQL, persistent storage for /media. Hostim mirrors this layout exactly. The DSGVO-relevant facts: server in Falkenstein (Germany), operator HOSTIM.DEV UG (German company), AVV available on request, Datenschutzerklärung and Impressum published. Latency from Berlin or Munich to Falkenstein is single-digit ms — fast enough for any Django app, including admin-heavy ones.
Latency. Typical RTT from Berlin to our Falkenstein region is around 8 ms. Germany has the strictest interpretation of GDPR in the EU and is the largest EU market for paid hosting. Falkenstein is in Saxony, Germany — Hostim runs entirely on bare metal in this region.
Regulator. BfDI (federal data protection commissioner) and BSI (federal cyber security agency).
Local law. BDSG (Bundesdatenschutzgesetz), the German federal data protection act that complements GDPR. Hostim is operated by HOSTIM.DEV UG, a German company, with all data in Falkenstein, Germany — there is no transfer outside the EU for application data.
Local alternatives you may have considered: IONOS Cloud, Strato, OVH-DE, Hetzner Cloud (raw VPS).
Modern Django deployment is container-based. The app runs under Gunicorn or Uvicorn, with PostgreSQL on a separate service and persistent storage for media uploads. Hostim mirrors this layout one to one.
You bring a Dockerfile or a Git repo. We build, run migrations on deploy, and attach managed PostgreSQL plus a volume for /media. ASGI works the same as WSGI — Channels and async views run without extra config.
Two common failure points: media files lost on container restart, and DATABASE_URL hardcoded for local dev. Hostim provides persistent volumes for /media and injects DATABASE_URL at runtime.
DJANGO_SETTINGS_MODULE, SECRET_KEY, DEBUG, ALLOWED_HOSTS, DATABASE_URL
Questions
In Falkenstein, Sachsen. Bare-metal Server, betrieben von HOSTIM.DEV UG (haftungsbeschränkt). Keine Replikate außerhalb der EU, keine Sub-Prozessoren mit Sitz in den USA für Anwendungsdaten.
Ja. Den Auftragsverarbeitungsvertrag (AVV) gibt es auf Anfrage in deutscher Sprache. Schreib uns an support@hostim.dev.
Hetzner Cloud sells you a raw server; you install Docker, run migrations, configure HTTPS and backups yourself. Hostim runs on Hetzner bare metal but adds a managed PaaS layer — push a Dockerfile, get a running app with managed PostgreSQL.
Wir sind aktuell nicht ISO 27001 oder BSI C5 zertifiziert. Wenn eine Zertifizierung Pflicht ist, sprich uns vorher an — wir sagen ehrlich, ob wir passen.
Spin up an app in minutes. Managed database on the free tier, custom domain included.
Platform figures from the published price list, docs and our own benchmark.
€2.50/month
Hostim entry app plan
Plan sa-1-1: 1 vCPU, 1 GB RAM. Flat price, billed hourly, no usage meter.
€0
Managed database free tier
PostgreSQL 256 MB, MySQL 256 MB, Redis 128 MB, volume 1 GB. No cap on how many free instances you create.
Included on every plan
Database high availability
PostgreSQL and MySQL run as a primary plus hot standby with automatic failover, shared plans included.
2,708 TPS
Managed PostgreSQL write throughput
pgbench, 4 clients, 300 s, plan drp-50 (2 vCPU / 4 GB). AWS RDS db.t4g.medium scored 1,080 TPS on the same test.
€0/GB
Traffic charges
No ingress fees and no per-GB egress line on app plans.
1 today (Falkenstein, Germany)
Regions
Bare metal, EU only, with more regions planned. No AWS, GCP or Azure underneath.
“Managed PostgreSQL runs as a replicated cluster with automatic failover on every plan, shared and dedicated alike.”
— Hostim.dev docs, managed PostgreSQL