0
0
opnxng-deploy-playbook/templates/compose/it-tools.yaml.j2

21 lines
386 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:
it-tools:
container_name: it-tools
image: ghcr.io/corentinth/it-tools:latest
restart: unless-stopped
security_opt:
- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
ports:
- 8892:80
networks:
2023-11-10 05:28:42 +08:00
- it-tools
2023-11-06 10:39:27 +08:00
networks:
2023-11-10 05:28:42 +08:00
it-tools:
name: it-tools