Bark
Bark is an iOS App which allows you to push customed notifications to your iPhone.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.8'
services:
bark-server:
image: finab/bark-server
container_name: bark-server
restart: always
volumes:
- ./data:/data
ports:
- "8080:8080"Resources
Website: https://bark.day.app/
GitHub: https://github.com/Finb/bark-server
Docker Hub: https://hub.docker.com/r/finab/bark-server
Configuration: https://github.com/Finb/bark-server#installation