Compose profiles: core and full
#48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Split the compose file into profiles.
core= Node monolith +ml/servingstub + Postgres.full= adds NATS, MinIO, MailHog. Document when to use each. Devs should not need 16 GB of RAM for day-to-day work.nnDone when:docker compose --profile core upboots a usable stack in under 1 GB RSS.