0
0
opnxng-deploy-playbook/templates/compose/scribe.yaml.j2
2024-06-06 23:52:16 +08:00

28 lines
607 B
Django/Jinja

# {{ ansible_managed }}
version: '3.7'
services:
scribe:
container_name: scribe
image: git.opnxng.com/opnxng/scribe:latest
security_opt:
- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- SCRIBE_PORT=8088
- PORT=8088
- SCRIBE_HOST=0.0.0.0
- SCRIBE_DB=postgres://does@not/matter
- LUCKY_ENV=production
- APP_DOMAIN=m.opnxng.com
- SECRET_KEY_BASE="{{ scribe_jwt_secret }}"
restart: unless-stopped
ports:
- 8890:8088
networks:
- scribe
networks:
scribe:
name: scribe