Add it-tools.yaml
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
ittools:
|
||||
#IT Tools is stateless — this compose file mounts no volumes, so there is no data to back up before updating.
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
labels:
|
||||
- homepage.group=Utilities
|
||||
- homepage.name=IT-Tools
|
||||
- homepage.icon=it-tools.png
|
||||
- homepage.href=${ITTOOLS_URL}
|
||||
- homepage.description=Collection of handy online tools for developers
|
||||
- dockhand.url=${ITTOOLS_URL}
|
||||
- rackpeek.tags=utilities
|
||||
ports:
|
||||
- 8085:80
|
||||
Reference in New Issue
Block a user