mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
652f426fd4
* chore(deps): update bitnami/tomcat docker tag to v8.5.100 * 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>
19 lines
394 B
YAML
19 lines
394 B
YAML
version: '3'
|
|
services:
|
|
nexus:
|
|
image: bitnami/tomcat:8.5.100
|
|
restart: always
|
|
container_name: ${CONTAINER_NAME}
|
|
environment:
|
|
- TOMCAT_PASSWORD=${TOMCAT_PASSWORD}
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:8080
|
|
volumes:
|
|
- ./data:/bitnami/tomcat
|
|
networks:
|
|
- 1panel-network
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true |