Files
Nexus/docker/docker-compose.1panel.yml
2026-07-08 22:31:31 +08:00

13 lines
326 B
YAML

# 1Panel overlay — join Nexus to 1panel-network (App Store MySQL/Redis use this network).
# Applied automatically when `docker network inspect 1panel-network` succeeds (deploy/nexus-1panel.sh).
services:
nexus:
networks:
- 1panel-network
networks:
1panel-network:
external: true
name: 1panel-network