fix minor convention issues across 10 stacks

This commit is contained in:
openhands
2026-07-16 04:53:51 +00:00
parent 41cc2c0999
commit 9d383af232
11 changed files with 31 additions and 51 deletions
+8 -8
View File
@@ -1,9 +1,12 @@
services:
ntfy:
image: ${NTFY_IMAGE:-binwiederhier/ntfy}
image: ${NTFY_IMAGE:-binwiederhier/ntfy:latest}
restart: ${NTFY_RESTART:-unless-stopped}
command:
- serve
volumes:
- ${VOL_PATH:-/data}/ntfy:/etc/ntfy
- ${VOL_PATH:-/data}/ntfy-var:/var/lib/ntfy
- ${VOL_PATH:-/data}/ntfy-cache:/var/cache/ntfy
- /etc/localtime:/etc/localtime:ro
environment:
- TZ=${TZ:-UTC}
- NTFY_BASE_URL=${NTFY_BASE_URL:-http://localhost}
@@ -16,14 +19,11 @@ services:
ports:
- "${NTFY_PORT:-80}:80"
- "${NTFY_HTTP_PORT:-8080}:8080"
volumes:
- ${VOL_PATH:-/data}/ntfy:/etc/ntfy
- ${VOL_PATH:-/data}/ntfy-var:/var/lib/ntfy
- ${VOL_PATH:-/data}/ntfy-cache:/var/cache/ntfy
- /etc/localtime:/etc/localtime:ro
networks:
- proxy
- internal
command:
- serve
networks:
proxy: