Migration to newer dockge/compose stack
This commit is contained in:
28
notifiarr/compose.yaml
Normal file
28
notifiarr/compose.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
|
||||
|
||||
services:
|
||||
notifiarr:
|
||||
extends:
|
||||
file: ../compose.base.yaml
|
||||
service: exposed-service
|
||||
container_name: notifiarr
|
||||
image: golift/notifiarr
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
volumes:
|
||||
- ./volumes/notifiarr_config/:/config/
|
||||
labels:
|
||||
traefik.http.routers.notifiarr.middlewares: authelia@file
|
||||
recyclarr:
|
||||
extends:
|
||||
file: ../compose.base.yaml
|
||||
service: base-service
|
||||
container_name: recyclarr
|
||||
image: ghcr.io/recyclarr/recyclarr
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
networks:
|
||||
- reverse-proxy #Hack to get access to the right containers
|
||||
volumes:
|
||||
- ./volumes/recyclarr_config/:/config/
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
@@ -1,31 +0,0 @@
|
||||
name: notifiarr
|
||||
|
||||
services:
|
||||
notifiarr:
|
||||
hostname: notifiarr
|
||||
image: golift/notifiarr
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
networks:
|
||||
- reverse-proxy
|
||||
volumes:
|
||||
- ${NASCOMPOSE_SERVICES?}/notifiarr/volumes/notifiarr_config/:/config/
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.notifiarr.middlewares: authelia@file
|
||||
|
||||
recyclarr:
|
||||
hostname: recyclarr
|
||||
image: ghcr.io/recyclarr/recyclarr
|
||||
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
|
||||
networks:
|
||||
- reverse-proxy
|
||||
volumes:
|
||||
- ${NASCOMPOSE_SERVICES?}/notifiarr/volumes/recyclarr_config/:/config/
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
0
notifiarr/volumes/notifiarr_config/.gitkeep
Normal file
0
notifiarr/volumes/notifiarr_config/.gitkeep
Normal file
0
notifiarr/volumes/recyclarr_config/.gitkeep
Normal file
0
notifiarr/volumes/recyclarr_config/.gitkeep
Normal file
Reference in New Issue
Block a user