IT-Tools
Useful tools for developer and people working in IT.
Resources¶
Prerequisites¶
In the server root directory, create a folder called it-tools/
. cd
into it and create the file docker-compose.yml
.
Docker Compose¶
docker-compose.yml | |
---|---|
1 2 3 4 5 6 7 8 |
|
Configuration¶
- Ports - Select an avaliable port for the UI.
Deploy the container¶
Run the Docker Compose file as a stack in Portainer or with:
docker compose up -d
Login¶
UI: http://server-ip:8080