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

25 lines
564 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ 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:
2023-11-10 05:28:42 +08:00
- anonymousoverflow
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
anonymousoverflow:
2024-08-08 21:20:40 +08:00
name: anonymousoverflow