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