mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 00:01:00 +00:00
Package OpenCloud 7.3.0 with its official rolling image and a constrained Traefik TLS sidecar. Isolate each installation on a dedicated network and preserve persisted data across lifecycle operations.\n\nCloses #5172
9 lines
238 B
Bash
9 lines
238 B
Bash
CONTAINER_NAME=opencloud
|
|
PANEL_APP_PORT_HTTPS=4443
|
|
PANEL_APP_PORT_HTTP=4080
|
|
OC_DOMAIN=cloud.opencloud.test
|
|
INITIAL_ADMIN_PASSWORD=replace-with-a-strong-password
|
|
APP_DATA_DIR=./data
|
|
DOCKER_SOCKET_PATH=/var/run/docker.sock
|
|
TZ=Asia/Shanghai
|