Compare commits

...
2 Commits
Author SHA1 Message Date
smileBeda f996b9db9e Merge remote-tracking branch 'refs/remotes/origin/main' 2026-08-06 17:49:58 +00:00
smileBeda 2370a2419b Initial commit 2026-08-06 17:49:54 +00:00
+28
View File
@@ -0,0 +1,28 @@
services:
seerr:
mem_limit: 1g
memswap_limit: 1.5g
image: ghcr.io/seerr-team/seerr:latest
init: true
container_name: seerr
environment:
- LOG_LEVEL=debug
- TZ=Etc/UTC
restart: unless-stopped
# ports:
# - "5055:5055"
volumes:
- /srv/appdata/seerr/config:/app/config
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
start_period: 20s
timeout: 3s
interval: 15s
retries: 3
networks:
npm_proxy:
ipv4_address: 192.168.97.15
networks:
npm_proxy:
external: true