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