OpenCloud ¶
OpenCloud is a self-hosted file share platform for managing data imports and exports.
Configuration¶
The configuration is managed via environment variables:
.env
# ==============================================================================
# SERVICE ACTIVATION
# ==============================================================================
# Select profiles to activate
COMPOSE_PROFILES=...,opencloud,... # (1)
# ==============================================================================
# OPENCLOUD SERVICE
# ==============================================================================
# Profile: opencloud
# Port on which the OpenCloud is available on the host machine
SERVICES_OPENCLOUD_EXPOSED_PORT=80 # (2)
- Activate service: The
opencloudprofile must be included to activate the OpenCloud service. - Port: The port on which the OpenCloud is available.
Access¶
If you activate the service, it should be available on the default port SERVICES_OPENCLOUD_EXPOSED_PORT=80 via your browser:
http://localhost:80
http://IP-ADDRESS-OF-HOST:80