Adding Apprise and Loggifly services.
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Successful in 15m12s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Successful in 20m44s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Successful in 1m28s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 2m56s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Successful in 46s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Ansible Configs & Docker Compose Deployment (push) Successful in 29m53s

This commit is contained in:
2025-04-06 09:52:28 -04:00
parent 4ca0e6d491
commit c34fddc96f
+21
View File
@@ -102,6 +102,20 @@ services:
type: bind
bind:
create_host_path: true
apprise-api:
container_name: apprise-api
environment:
PUID: ${PUID}
PGID: $[PGID]
TZ: ${TZ}
APPRISE_ATTACH_SIZE: 500
image: lscr.io/linuxserver/apprise-api:latest
ports:
- 54995:8000
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/apprise:/etc/apprise
- ${DOCKER_VOLUME_CONFIG}/apprise/attachments:/attachments #optional
archivebox:
container_name: archivebox
environment:
@@ -3018,6 +3032,13 @@ services:
type: bind
bind:
create_host_path: true
loggifly:
image: ghcr.io/clemcer/loggifly:latest
container_name: loggifly
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ${DOCKER_VOLUME_CONFIG}/loggifly/config.yaml:/app/config.yaml # Path to your config file (ignore if you are only using environment variables)
maloja:
container_name: maloja
environment: