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 data residency
EU data residency for a Django app means three things: the database is on a disk in the EU, the operator is an EU entity, and the legal jurisdiction is the EU. Hostim provides all three in one place — Falkenstein, Germany — and runs your Django Docker container with managed PostgreSQL on EU bare metal.
# 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/dataA US-based PaaS can host your Django app in an EU region, but the operator is still US. The Cloud Act gives US authorities a path to data held by US companies anywhere in the world. EU residency under an EU operator removes that path. Hostim is HOSTIM.DEV UG, a German company. The data sits in Falkenstein, Saxony. There is no replica outside Germany, no US sub-processor for application data, and no foreign legal entity that could be served a warrant.
Definition. Data residency means the physical location of your data. EU residency means your application data, database backups and logs sit on disks inside an EU member state, operated by an EU-incorporated company. Some procurement teams require this in writing.
Why an EU host matters. Most US-based PaaS platforms have EU regions, but the legal entity behind them is not always EU. The US Cloud Act gives US authorities a path to data held by US companies anywhere in the world. EU residency under an EU operator closes that path.
What Hostim provides. All data is stored on bare-metal servers in Falkenstein, Germany. Hostim is operated by HOSTIM.DEV UG, a company registered in Germany. There are no replicas outside the EU. Logs and backups stay in the same region.
What Hostim does not claim. We do not currently offer multiple EU regions for failover. If your DR plan requires another EU region, talk to us first — that capability is on the roadmap, not yet shipped.
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
On bare-metal servers in Falkenstein, Saxony, Germany. No replicas outside Germany. Logs and backups stay in the same region.
Yes. Hostim is operated by HOSTIM.DEV UG (haftungsbeschränkt), a company registered in Germany. No US parent or US subsidiary.
Not yet. Today there is one region (Falkenstein). Multi-region within the EU is on the roadmap.
Yes — configure the release command (python manage.py migrate). Hostim runs it before swapping traffic to the new revision.
Spin up an app in minutes. Managed database on the free tier, custom domain included.