Sanitized mirror from private repository - 2026-03-21 08:52:36 UTC
This commit is contained in:
24
hosts/synology/atlantis/it_tools.yml
Normal file
24
hosts/synology/atlantis/it_tools.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
# IT Tools - Developer utilities collection
|
||||
# Port: 8085
|
||||
# Collection of handy online tools for developers
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
it-tools:
|
||||
container_name: it-tools
|
||||
image: corentinth/it-tools:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5545:80"
|
||||
environment:
|
||||
- TZ=UTC
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10k"
|
||||
labels:
|
||||
com.docker.compose.service.description: "IT Tools Dashboard"
|
||||
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user