Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

# Full NetEngine local bootstrap stack.
# Services here start BEFORE `netengine up` runs.
# CoreDNS and step-ca are deployed by phase handlers at runtime.
Expand Down
2 changes: 1 addition & 1 deletion docs/compose-brainstorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ services:
- [ ] Should we provide `compose.override.yml` as a git-ignored template?
- [ ] Do we want dedicated profiles for: `debug`, `load-test`, `chaos`, `security`?
- [ ] Should multi-world compose use separate networks or shared?
- [ ] Should we version compose file format or stick to 3.8+?
- [x] Omit the obsolete top-level Compose file `version` field and rely on the Compose Specification.