mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-27 00:00:49 -05:00
We agreed to move the 'opencloud_full' example to a new directory to avoid confusion with the supported compose examples in opencloud-compose. This commit keeps the bare-metal example in place as that is still mentioned in the documentation.
16 lines
359 B
YAML
16 lines
359 B
YAML
---
|
|
services:
|
|
opencloud:
|
|
depends_on:
|
|
progressbars-init:
|
|
condition: service_completed_successfully
|
|
|
|
progressbars-init:
|
|
image: opencloudeu/web-extensions:progress-bars-1.0.0
|
|
user: root
|
|
volumes:
|
|
- opencloud-apps:/apps
|
|
entrypoint:
|
|
- /bin/sh
|
|
command: ["-c", "cp -R /usr/share/nginx/html/progress-bars/ /apps"]
|