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

24 lines
424 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
# {{ ansible_managed }}
version: "3.8"
2023-11-06 10:39:27 +08:00
services:
binternet:
image: git.opnxng.com/opnxng/binternet:latest
container_name: binternet
security_opt:
- no-new-privileges
2024-08-04 08:32:40 +08:00
cap_drop:
- ALL
2023-11-06 10:39:27 +08:00
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
restart: unless-stopped
ports:
2024-08-04 08:32:40 +08:00
- 8896:8080
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
- binternet
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
binternet:
2024-08-04 08:32:40 +08:00
name: binternet