Skip to content

Commit c244cd8

Browse files
committed
feat: add rattatarr
1 parent e9f0115 commit c244cd8

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

stacks/black-sea/docker-comose.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,25 @@
334334
- black-sea
335335
- proxy
336336

337+
# ██████╗ █████╗ ████████╗████████╗ █████╗ ████████╗ █████╗ ██████╗ ██████╗
338+
# ██╔══██╗██╔══██╗╚══██╔══╝╚══██╔══╝██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗██╔══██╗
339+
# ██████╔╝███████║ ██║ ██║ ███████║ ██║ ███████║██████╔╝██████╔╝
340+
# ██╔══██╗██╔══██║ ██║ ██║ ██╔══██║ ██║ ██╔══██║██╔══██╗██╔══██╗
341+
# ██║ ██║██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║██║ ██║██║ ██║
342+
# ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝
343+
rattatarr:
344+
image: ghcr.io/rattatarr/rattatarr:latest
345+
container_name: rattatarr
346+
ports:
347+
- "9999:80"
348+
volumes:
349+
- ${CONFIG_PATH}/arr/rattatarr:/data
350+
networks:
351+
- black-sea
352+
- proxy
353+
environment:
354+
RATTATARR_CORS_ALLOWED_ORIGINS: "https://rattatarr.15mp.duckdns.org"
355+
337356
networks:
338357
black-sea:
339358
external: true

0 commit comments

Comments
 (0)