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