0
0
opnxng-deploy-playbook/templates/compose/scribe.yaml.j2

29 lines
622 B
Django/Jinja

# {{ ansible_managed }}
version: "3.8"
services:
scribe:
container_name: scribe
image: registry.gitlab.com/lomanic/scribe-binaries: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