Files
PolyMPR/compose.yml
T
2025-01-21 10:04:45 +01:00

10 lines
155 B
YAML

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