mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-23 01:54:23 +08:00
22 lines
414 B
YAML
22 lines
414 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
nexus3:
|
|
container_name: nexus3
|
|
env_file:
|
|
- ./envs/global.env
|
|
- .env
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
image: sonatype/nexus3:3.77.1-alpine
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:8081
|
|
restart: always
|
|
volumes:
|
|
- ${NEXUS3_ROOT_PATH}/data:/nexus-data
|