Navigation
Projects
A project is your workspace on Container Duck. Each project is completely isolated with its own resources.
What You Get
Every project includes:
- Dedicated database — Your own PostgreSQL cluster with continuous backups
- Dedicated storage — Private object storage for files and assets
- Private network — Apps within a project can communicate; apps across projects cannot
- Automatic TLS — Every app gets HTTPS by default
Isolation
Projects are fully isolated from each other:
- Network isolation — Traffic between projects is blocked by default
- Data isolation — Each project has its own database and storage instances
- Access control — Only project members can access project resources
Managing Projects
Create a Project
Click New Project from the dashboard. Choose a name and optional description.
Project Settings
From the project settings page, you can:
- Rename the project
- View resource usage
- Delete the project (this removes all apps and data)
Delete a Project
Deleting a project permanently removes all apps, databases, and storage within it. This action cannot be undone.