chore(deps): update sonatype/nexus3 docker tag to v3.90.1 (localApps) (#4384)
This commit is contained in:
19
apps/nexus3/3.90.1/docker-compose.yml
Normal file
19
apps/nexus3/3.90.1/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
nexus3:
|
||||
image: sonatype/nexus3:3.90.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8081
|
||||
volumes:
|
||||
- ${NEXUS3_ROOT_PATH}/data:/nexus-data
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user