Recreate single docker-compose file (#174)

Clean it up - also comment all services
This commit is contained in:
iPromKnight
2024-03-27 12:21:40 +00:00
committed by GitHub
parent 9f928f9b66
commit cc2adbfca5
10 changed files with 285 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
version: "3.9"
name: "knightcrawler"
include:
- ./components/network.yaml
- ./components/volumes.yaml
- ./components/infrastructure.yaml
- ./components/knightcrawler.yaml