SSD Nodes Learn Hosting plans →

#docker-compose

Filtering by topic #docker-compose · clear

Guides

Self-host OpenAnalytics on a VPS

The real footprint before you start: ClickHouse, Postgres, Valkey, 4 GB RAM, 25 GB free and four DNS records. Then the install, and what fills the disk.

Guides

Docker Compose with multiple files

How compose.override.yaml loads on its own, what file order really merges, the ports trap that keeps a port open, and include for a dev and prod split.

Guides

Docker Compose networking explained

The default project bridge, DNS by service name, when host mode is worth it, sharing one network across projects, and the published port that skips UFW.

Guides

Docker Compose env files and secrets

Three different things get called an env file in Docker Compose. See how .env, env_file and environment differ, which one wins, and where secrets belong.

Guides

Docker Compose down vs stop

stop keeps your containers, down removes them and the project network, and neither one deletes a named volume. Only the volumes flag destroys data.

Guides

Docker Compose basics for your VPS

Install Docker Engine and Compose v2 on Ubuntu 24.04, write a real two-service compose.yml, dodge the ufw port-publishing trap, and back up volumes.