mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-30 00:34:59 +08:00
* chore(deps): update ghcr.io/thomiceli/opengist docker tag to v1.10.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
16 lines
341 B
YAML
16 lines
341 B
YAML
services:
|
|
opengist:
|
|
image: ghcr.io/thomiceli/opengist:1.10.0
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: unless-stopped
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:6157
|
|
volumes:
|
|
- ./data:/opengist
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true |