0
0
opnxng-deploy-playbook/templates/compose/anonymousoverflow.yaml.j2
2024-08-11 21:41:34 +08:00

25 lines
562 B
Django/Jinja

# {{ ansible_managed }}
services:
anonymousoverflow:
image: codeberg.org/aryak/anonymousoverflow-docker-builds
container_name: anonymousoverflow
security_opt:
- no-new-privileges
cap_drop:
- ALL
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- APP_URL=https://a.opnxng.com
- JWT_SIGNING_SECRET="{{ anonymousoverflow_jwt_secret }}"
restart: unless-stopped
ports:
- 8898:8080
networks:
- anonymousoverflow
networks:
anonymousoverflow:
name: anonymousoverflow