This commit is contained in:
2026-03-05 21:35:59 +00:00
parent f6608eee87
commit 3824bddbb5
73 changed files with 6971 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
zeshancv:
image: zeshan
container_name: zeshancv
restart: unless-stopped
expose:
- "80" # internal only; NPM will reach this over the huricane network
networks:
- hurricane
networks:
hurricane:
external: true # assumes the network already exists: `docker network create huricane`