-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
25 lines (22 loc) · 774 Bytes
/
Copy pathdocker-compose.yml
File metadata and controls
25 lines (22 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Prismarr — self-hosted media stack (default compose for development).
# For public distribution, see docker-compose.example.yml.
services:
prismarr:
build:
context: .
dockerfile: docker/frankenphp/Dockerfile
container_name: prismarr
restart: unless-stopped
stop_grace_period: 30s
ports:
- "${PRISMARR_PORT:-7070}:7070"
environment:
# APP_SECRET + MERCURE_JWT_SECRET are auto-generated by
# docker/frankenphp/init.sh on first boot, persisted in
# /var/www/html/var/data/.env.local (volume).
- APP_ENV=${APP_ENV:-prod}
- PRISMARR_PORT=${PRISMARR_PORT:-7070}
volumes:
- prismarr_data:/var/www/html/var/data
volumes:
prismarr_data: # Persistent SQLite + .env.local + sessions + cache