0
0
opnxng-deploy-playbook/templates/compose/scribe.yaml.j2
2023-11-06 10:39:27 +08:00

28 lines
616 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:
- IPv4
networks:
IPv4:
external:
name: IPv4