Mirror for https://github.com/STBoyden/go-portfolio
3
fork

Configure Feed

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

New files from Fly.io Launch

Fly.io ead6d1a0 6dd15f00

+11 -13
+11 -13
fly.toml
··· 1 - # fly.toml app configuration file generated for go-portfolio on 2025-03-19T14:35:10Z 1 + # fly.toml app configuration file generated for go-portfolio on 2025-03-26T13:26:47Z 2 2 # 3 3 # See https://fly.io/docs/reference/configuration/ for information about how to use this file. 4 4 # ··· 8 8 9 9 [build] 10 10 11 - [env] 12 - PORT = '8080' 13 - 14 11 [http_service] 15 - internal_port = 8080 16 - force_https = true 17 - auto_stop_machines = 'stop' 18 - auto_start_machines = true 19 - min_machines_running = 0 20 - processes = ['app'] 12 + internal_port = 8080 13 + force_https = true 14 + auto_stop_machines = 'stop' 15 + auto_start_machines = true 16 + min_machines_running = 0 17 + processes = ['app'] 21 18 22 19 [[vm]] 23 - memory = '512m' 24 - cpu_kind = 'shared' 25 - cpus = 1 20 + memory = '512m' 21 + cpu_kind = 'shared' 22 + cpus = 1 23 + memory_mb = 1024