@digital-blueprint/nexus-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/nexus-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/nexus-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/nexus-app/) |
19 lines (16 loc) • 326 B
YAML
version: '3.4'
name: nexus-app
services:
web:
build: .
container_name: nexus-app
restart: unless-stopped
ports:
# http://localhost:8081
- "8081:80"
# web:
# image: ghcr.io/digital-blueprint/nexus-app:latest
# container_name: nexus-app
# restart: always
# ports:
# - "8081:80"