Files
the-nexus/docker-compose.yml

18 lines
306 B
YAML
Raw Normal View History

version: "3.9"
services:
nexus-main:
build: .
container_name: nexus-main
restart: unless-stopped
ports:
- "8080:8080"
- "8765:8765"
nexus-staging:
build: .
container_name: nexus-staging
restart: unless-stopped
ports:
- "8081:8080"
- "8766:8765"