adding it-tools because it's dumb cheap and half useful to have
This commit is contained in:
13
tools/it-tools/docker-compose.yml
Normal file
13
tools/it-tools/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7001:80"
|
||||
networks:
|
||||
- traefik_portal
|
||||
|
||||
networks:
|
||||
traefik_portal:
|
||||
external: true
|
||||
Reference in New Issue
Block a user