mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-27 04:36:06 +02:00
24
infrastructure/it-tools/docker-compose.it-tools.yml
Normal file
24
infrastructure/it-tools/docker-compose.it-tools.yml
Normal 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
|
2
infrastructure/it-tools/env/it-tools.env
vendored
Normal file
2
infrastructure/it-tools/env/it-tools.env
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
PSITRANSFER_ADMIN_PASS=n9jLVNT9QUotTJTT91JqH4GyBTg9pvEn
|
||||
#PSITRANSFER_PORT=3000
|
Reference in New Issue
Block a user