Files
sermon-notes/docker-compose.yml
Ryan Prather f3b91ac1d7 docker: install
Update docker info
2025-10-08 21:13:17 -04:00

11 lines
239 B
YAML

services:
sermon-notes:
container_name: sermon-notes
image: gitea.rkprather.com/ryan/sermon-notes:1.1
ports:
- 80:80
volumes:
- $PWD/data:/data
- $PWD/.env:/var/www/html/.env
restart: unless-stopped