chore: Update it-tools service template and port configuration
This commit is contained in:
parent
358f6575f8
commit
c80f5be974
2 changed files with 3 additions and 13 deletions
|
|
@ -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
Loading…
Reference in a new issue