batch rename docker-compose.yml -> compose.yaml across 19 stacks

This commit is contained in:
openhands
2026-07-16 04:48:13 +00:00
parent 0e278f98fe
commit 41cc2c0999
19 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
nc:
image: ${NOCODB_IMAGE:-nocodb/nocodb:latest}
restart: unless-stopped
volumes:
- "nocodb-data:/usr/app/data"
volumes:
nocodb-data: