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

This commit is contained in:
2026-04-13 00:26:55 +00:00
committed by Alexander Whitestone
parent 2a1bf1e213
commit 35c2af1ad2

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"