mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-29 12:29:43 +01:00
Compare commits
6 Commits
dfa1b9dcd4
...
c8874c05f7
| Author | SHA1 | Date | |
|---|---|---|---|
| c8874c05f7 | |||
| 9535190b5a | |||
| d2667363e2 | |||
| 3dba2fa90e | |||
| 0306efe735 | |||
| 8b532bc144 |
16
grocy/docker-compose.yml
Normal file
16
grocy/docker-compose.yml
Normal 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:
|
||||||
18
homebox/docker-compose.yml
Normal file
18
homebox/docker-compose.yml
Normal 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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user