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:
lubelogger:
image: ${LUBELOGR_IMAGE_NAME:-ghcr.io/hargata/lubelogger:latest}
restart: ${LUBELOGR_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-./data}/lubelogger/App:/App/data
- ${VOL_PATH:-./data}/lubelogger/keys:/root/.aspnet/DataProtection-Keys
ports:
- "${LUBELOGR_PORT:-8080}:8080"