All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 14s
20 lines
394 B
YAML
20 lines
394 B
YAML
services:
|
|
apprise-api:
|
|
image: lscr.io/linuxserver/apprise-api:latest
|
|
container_name: apprise-api
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=America/New_York
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- /mnt/appdata/apprise/data:/config
|
|
restart: unless-stopped
|
|
networks:
|
|
- proxy-net
|
|
|
|
networks:
|
|
proxy-net:
|
|
name: proxy-net
|
|
external: true |