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

26 lines
555 B
Django/Jinja

# {{ ansible_managed }}
version: '3.3'
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:
- IPv4
networks:
IPv4:
external:
name: IPv4