11 lines
243 B
YAML
11 lines
243 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
|