16 lines
300 B
YAML
16 lines
300 B
YAML
services:
|
|
the-bible:
|
|
image: https://git.rydertech.us/rydertech/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
|