Add it-tools

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-08-23 17:19:24 +02:00
parent eab7e99486
commit 68b917a720
6 changed files with 56 additions and 2 deletions

View File

@ -0,0 +1,24 @@
services:
# it-tools
it-tools:
image: corentinth/it-tools:latest
container_name: it-tools
profiles:
- it-tools
restart: on-failure:5
depends_on:
- caddy
env_file:
- ./it-tools/env/it-tools.env
networks:
- infra-network
security_opt:
- no-new-privileges:true
deploy:
resources:
limits:
cpus: '0.5'
memory: 512M
reservations:
cpus: '0.001'
memory: 20M

View File

@ -0,0 +1,2 @@
PSITRANSFER_ADMIN_PASS=n9jLVNT9QUotTJTT91JqH4GyBTg9pvEn
#PSITRANSFER_PORT=3000