mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
17 lines
342 B
YAML
17 lines
342 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
sup-server:
|
|
image: ghcr.io/eggy/sup:latest
|
|
ports:
|
|
- '8080:8080'
|
|
environment:
|
|
- PORT=8080
|
|
- API_KEY=${API_KEY:-}
|
|
- SIGNAL_CLI_VERBOSE=${SIGNAL_CLI_VERBOSE:-false}
|
|
volumes:
|
|
- signal-data:/root/.local/share/signal-cli
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
signal-data:
|