chore: update docker-compose.yml from workspace

This commit is contained in:
2026-03-30 16:07:23 +00:00
parent a4fa8fbfca
commit 56c525fdc6

View File

@@ -1,9 +1,20 @@
version: "3.9"
services:
nexus:
nexus-main:
build: .
container_name: nexus
container_name: nexus-main
restart: unless-stopped
ports:
- "8765:8765"
- "4200:80"
labels:
- "deployment=main"
nexus-staging:
build: .
container_name: nexus-staging
restart: unless-stopped
ports:
- "4201:80"
labels:
- "deployment=staging"