Skip to content

Commit c80f5be

Browse files
committed
chore: Update it-tools service template and port configuration
1 parent 358f657 commit c80f5be

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

templates/compose/it-tools.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22
# slogan: IT Tools is a self-hosted solution for managing various IT tasks.
33
# tags: it-tools,management,self-hosted
44
# logo: svgs/it-tools.svg
5-
# port: 8383
6-
7-
version: "3.8"
5+
# port: 80
86

97
services:
108
it-tools:
119
image: corentinth/it-tools:latest
12-
container_name: it-tools
13-
restart: unless-stopped
1410
environment:
15-
- "SERVICE_FQDN_ITTOOLS=${SERVICE_FQDN_ITTOOLS}"
16-
ports:
17-
- "8383:80"
11+
- SERVICE_FQDN_ITTOOLS_80
1812
volumes:
1913
- it-tools-data:/app/data
2014
healthcheck:
2115
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
2216
interval: 30s
2317
timeout: 10s
2418
retries: 3
25-
26-
volumes:
27-
it-tools-data:
28-
driver: local

templates/service-templates.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)