fuck python, switching to apprise-api as a docker container
This commit is contained in:
@@ -2,4 +2,21 @@ services:
|
||||
app:
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:/opt/app/data/db
|
||||
- ./data/db:/opt/app/data/db
|
||||
apprise:
|
||||
image: caronc/apprise:latest
|
||||
environment:
|
||||
- APPRISE_WORKER_COUNT=1
|
||||
- APPRISE_STATEFUL_MODE=simple
|
||||
- PUID=$(id -u)
|
||||
- PGID=$(id -g)
|
||||
volumes:
|
||||
- ./data/apprise/config:/config
|
||||
- ./data/apprise/plugin:/plugin
|
||||
- ./data/apprise/attach:/attach
|
||||
ports:
|
||||
- 8000:8000
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: npm
|
||||
Reference in New Issue
Block a user