fix: align docker-compose.yml with deploy.sh services

This commit is contained in:
2026-04-13 00:26:55 +00:00
committed by perplexity
parent 8bff05581c
commit 3ebd0b18ce

View File

@@ -1,9 +1,15 @@
version: "3.9"
services:
nexus:
nexus-main:
build: .
container_name: nexus
container_name: nexus-main
restart: unless-stopped
ports:
- "8765:8765"
nexus-staging:
build: .
container_name: nexus-staging
restart: unless-stopped
ports:
- "8766:8765"