Files
the-bible/docker-compose.yml
2025-11-09 17:53:05 -05:00

16 lines
296 B
YAML

services:
the-bible:
image: https://git.rydertech.us/ryder/the-bible:latest
container_name: the-bible
ports:
- "3000:3000"
volumes:
- data:/app/backend/data
environment:
- NODE_ENV=production
restart: unless-stopped
volumes:
data:
driver: local