2026-03-24 01:30:28 +00:00
|
|
|
version: "3.9"
|
|
|
|
|
|
|
|
|
|
services:
|
2026-04-13 00:26:55 +00:00
|
|
|
nexus-main:
|
2026-03-24 01:30:28 +00:00
|
|
|
build: .
|
2026-04-13 00:26:55 +00:00
|
|
|
container_name: nexus-main
|
2026-03-24 01:30:28 +00:00
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
2026-03-26 16:43:49 +00:00
|
|
|
- "8765:8765"
|
2026-04-13 00:26:55 +00:00
|
|
|
nexus-staging:
|
|
|
|
|
build: .
|
|
|
|
|
container_name: nexus-staging
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
|
|
|
|
- "8766:8765"
|