Skip to content

MatthiasHarzer/docker-compose-remote-manager-web-app

Repository files navigation

Docker compose remote manager web app

A simple web app to manage docker compose services via the docker-compose-remote-manager API.

License: MIT

Setup

Add a .env file in the projects root directory and provide the VITE_REMOTE_COMPOSE_MANAGER_ENDPOINT where the docker-compose-remote-manager is hosted. You can specify, whether a secure protocol should be used or not by adding https:// / wss:// or http:// / ws:// to the endpoint. If not specified, https:// / wss:// will be used by default.

For example:

VITE_REMOTE_COMPOSE_MANAGER_ENDPOINT=compose-api.example.com

Usage

To access the services, make sure to add the access_key query parameter to the url when accessing the website. The web app will automatically determine the services available to you.

About

A gui for the docker-compose-remote-manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published