Initial commit
This commit is contained in:
18
stacks/media/seer.yaml
Normal file
18
stacks/media/seer.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
seer:
|
||||
image: ghcr.io/seerr-team/seerr:latest
|
||||
container_name: seer
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
- TZ=Europe/Moscow
|
||||
- PORT=5055
|
||||
ports:
|
||||
- "5055:5055"
|
||||
volumes:
|
||||
- /srv/homelab/config/media/seer:/app/config
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
Reference in New Issue
Block a user