mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-25 11:53:34 +02:00
24 lines
453 B
YAML
24 lines
453 B
YAML
services:
|
|
# it-tools
|
|
it-tools:
|
|
image: corentinth/it-tools:latest
|
|
container_name: it-tools
|
|
profiles:
|
|
- it-tools
|
|
restart: on-failure:5
|
|
depends_on:
|
|
- caddy
|
|
networks:
|
|
- infra-network
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
read_only: false
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: '0.5'
|
|
memory: 512M
|
|
reservations:
|
|
cpus: '0.001'
|
|
memory: 20M
|