mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update uusec/nanqiang docker tag to v5.5.0 (#2350)
* chore(deps): update uusec/nanqiang docker tag to v5.5.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>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
b3b245abe0
commit
6e71d1a85b
@@ -0,0 +1,42 @@
|
||||
services:
|
||||
uuwaf:
|
||||
image: uusec/nanqiang:v5.5.0
|
||||
ulimits:
|
||||
nproc: 65535
|
||||
nofile:
|
||||
soft: 102400
|
||||
hard: 102400
|
||||
container_name: ${CONTAINER_NAME}
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP1}:80
|
||||
- ${PANEL_APP_PORT_HTTPS2}:443
|
||||
- ${PANEL_APP_PORT_HTTPS}:4443
|
||||
volumes:
|
||||
- wafshared:/uuwaf
|
||||
command: ["/run.sh"]
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
links:
|
||||
- wafdb
|
||||
depends_on:
|
||||
- wafdb
|
||||
wafdb:
|
||||
image: percona:8
|
||||
container_name: ${CONTAINER_NAME}-db
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- wafshared:/docker-entrypoint-initdb.d
|
||||
- wafdata:/var/lib/mysql
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- INIT_ROCKSDB
|
||||
- MYSQL_ROOT_PASSWORD=Safe3.WAF
|
||||
volumes:
|
||||
wafshared:
|
||||
wafdata:
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user