Adding several services, removing portainer

This commit is contained in:
2025-07-06 16:17:27 +00:00
parent 36ca607c74
commit cd92f9be2e
7 changed files with 150 additions and 27 deletions

26
apprise-api/compose.yml Normal file
View File

@@ -0,0 +1,26 @@
services:
apprise-api:
image: lscr.io/linuxserver/apprise-api:latest
container_name: apprise-api
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- APPRISE_ATTACH_SIZE=0 #optional
volumes:
- /home/fejy/docker/apprise-api/config:/config
- /home/fejy/docker/apprise-api/attachments:/attachments #optional
ports:
- 8006:8000
restart: unless-stopped
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.apprise.rule=Host(`apprise.nearfuture`)"
- "traefik.http.routers.apprise.entrypoints=web"
networks:
proxy:
external: true