chore: Update it-tools service template and port configuration
This commit is contained in:
@@ -2,19 +2,13 @@
|
||||
# slogan: IT Tools is a self-hosted solution for managing various IT tasks.
|
||||
# tags: it-tools,management,self-hosted
|
||||
# logo: svgs/it-tools.svg
|
||||
# port: 8383
|
||||
|
||||
version: "3.8"
|
||||
# port: 80
|
||||
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- "SERVICE_FQDN_ITTOOLS=${SERVICE_FQDN_ITTOOLS}"
|
||||
ports:
|
||||
- "8383:80"
|
||||
- SERVICE_FQDN_ITTOOLS_80
|
||||
volumes:
|
||||
- it-tools-data:/app/data
|
||||
healthcheck:
|
||||
@@ -22,7 +16,3 @@ services:
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
volumes:
|
||||
it-tools-data:
|
||||
driver: local
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user