Leaflet Blog in Deno Fresh
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17a3e79e2e6e200c175740343a9883a758a6542e 15 lines 255 B view raw
1version: "3.8" 2services: 3 deno-app: 4 build: . 5 # Use named volume for persistent data 6 volumes: 7 - deno_data:/app/data 8 ports: 9 - "8001:8000" 10 environment: 11 - DENO_ENV=production 12 13volumes: 14 deno_data: 15 name: "deno_data"