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.
|
# slogan: IT Tools is a self-hosted solution for managing various IT tasks.
|
||||||
# tags: it-tools,management,self-hosted
|
# tags: it-tools,management,self-hosted
|
||||||
# logo: svgs/it-tools.svg
|
# logo: svgs/it-tools.svg
|
||||||
# port: 8383
|
# port: 80
|
||||||
|
|
||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
it-tools:
|
it-tools:
|
||||||
image: corentinth/it-tools:latest
|
image: corentinth/it-tools:latest
|
||||||
container_name: it-tools
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
environment:
|
||||||
- "SERVICE_FQDN_ITTOOLS=${SERVICE_FQDN_ITTOOLS}"
|
- SERVICE_FQDN_ITTOOLS_80
|
||||||
ports:
|
|
||||||
- "8383:80"
|
|
||||||
volumes:
|
volumes:
|
||||||
- it-tools-data:/app/data
|
- it-tools-data:/app/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -22,7 +16,3 @@ services:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
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