Files
2026-06-23 11:26:55 -05:00

17 lines
255 B
YAML

version: "3"
services:
template-web:
build:
context: .
dockerfile: Web/Dockerfile
ports:
- "3000:80"
template-api:
build:
context: .
dockerfile: Api/Dockerfile
ports:
- "8080:80"
- "8443:443"