Files
PolyMPR/compose.yml
2025-01-21 13:31:38 +01:00

11 lines
171 B
YAML

services:
app:
container_name: deno_fresh_app
build: .
ports:
- "80:80"
- "443:443"
volumes:
- .:/app
command: deno run -A main.ts