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
@@ -85,6 +85,14 @@ syncthing.bensuperpc.org {
}
}
it-tools.bensuperpc.org {
reverse_proxy it-tools:8080
}
tools.bensuperpc.org {
redir https://it-tools.bensuperpc.org permanent
}
link.bensuperpc.org {
# TODO: Use service with database
# Friendly links
@@ -111,4 +119,5 @@ link.bensuperpc.org {
redir /patapon https://youtu.be/H6CbNHLHkmk?si=ZvU8SzrOK-oCUXT5 permanent
redir /darkwater https://youtu.be/Tr8ZgF4Dc0E?si=CEOmm2J6Jp5rdbbt permanent
redir /train https://youtu.be/l8mScKWj3kQ?si=BV07uJ9eP3kzV9Kl permanent
redir /jdg https://www.youtube.com/@joueurdugrenier permanent
}
@@ -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
+2
View File
@@ -0,0 +1,2 @@
PSITRANSFER_ADMIN_PASS=n9jLVNT9QUotTJTT91JqH4GyBTg9pvEn
#PSITRANSFER_PORT=3000