migrate it-tools
This commit is contained in:
parent
b2c05ae97d
commit
ba4699d9ab
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# External
|
||||
it.mixel.cloud {
|
||||
reverse_proxy 192.168.178.4:8888
|
||||
reverse_proxy 192.168.178.230:4880
|
||||
}
|
||||
|
||||
# Internal
|
||||
|
|
8
it-tools/compose.yml
Normal file
8
it-tools/compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 4880:80
|
||||
|
Loading…
Add table
Reference in a new issue