Add mvp/b2b/docker-compose.yml

This commit is contained in:
2026-05-28 17:51:53 +00:00
parent a05334abf4
commit e0e9661330

View File

@@ -0,0 +1,14 @@
services:
web:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
expose:
- 80
networks:
- dokploy-network
networks:
dokploy-network:
external: true