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

23 lines
415 B
Plaintext
Raw Permalink Normal View History

2024-11-16 23:52:19 +08:00
# {{ ansible_managed }}
services:
standardnotes:
image: standardnotes/web:latest
container_name: standardnotes
security_opt:
- no-new-privileges
# cap_drop:
# - ALL
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
restart: unless-stopped
ports:
- 8911:80
networks:
- standardnotes
networks:
standardnotes:
name: standardnotes