Compare commits

...

6 Commits

Author SHA1 Message Date
c8874c05f7 build 2025-12-27 19:19:15 +01:00
9535190b5a build 2025-12-27 19:16:52 +01:00
d2667363e2 build 2025-12-27 19:01:20 +01:00
3dba2fa90e build 2025-12-27 17:53:01 +01:00
0306efe735 build 2025-12-27 17:31:46 +01:00
8b532bc144 build 2025-12-27 17:22:06 +01:00
3 changed files with 36 additions and 2 deletions

16
grocy/docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
---
services:
grocy:
image: lscr.io/linuxserver/grocy:latest
container_name: grocy
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Bratislava
volumes:
- config:/config
ports:
- 9283:80
restart: unless-stopped
volumes:
config:

View File

@@ -0,0 +1,18 @@
services:
homebox:
image: ghcr.io/hay-kot/homebox:latest
# image: ghcr.io/hay-kot/homebox:latest-rootless
container_name: homebox
restart: always
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
volumes:
- data:/data/
ports:
- 3104:7745
volumes:
data:
driver: local

View File

@@ -63,9 +63,9 @@ services:
start_period: 10s start_period: 10s
test: test:
- CMD-SHELL - CMD-SHELL
- kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid` - "clamdcheck.sh"
timeout: 5s timeout: 5s
image: ${DOCKER_REGISTRY:-}clamav/clamav-debian:1.2.0-6 image: ${DOCKER_REGISTRY:-}clamav/clamav-debian:1.4
labels: labels:
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true