chore(deps): update litespeedtech/openlitespeed docker tag to v1.8.2 (#2193)

* chore(deps): update litespeedtech/openlitespeed docker tag to v1.8.2

* 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>
This commit is contained in:
renovate[bot]
2024-09-27 13:56:15 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 76541b049a
commit 7f925c514e
8 changed files with 1 additions and 1 deletions
@@ -0,0 +1,27 @@
services:
litespeed:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- ./data/lsws/conf:/usr/local/lsws/conf
- ./data/lsws/admin-conf:/usr/local/lsws/admin/conf
- ./data/bin/container:/usr/local/bin
- ./data/sites:/var/www/vhosts/
- ./data/acme:/root/.acme.sh/
- ./data/logs:/usr/local/lsws/logs/
ports:
- "${PANEL_APP_PORT_HTTP_80}:80"
- "${PANEL_APP_PORT_HTTPS}:443"
- "${PANEL_APP_PORT_HTTPS}:443/udp"
- "${PANEL_APP_PORT_HTTP}:7080"
environment:
- TZ=${TIME_ZONE}
image: litespeedtech/openlitespeed:1.8.2-lsphp81
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true