Compare commits
1 Commits
xmpp-watch
...
ittools
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cc2d4864f |
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