Skip to content

Commit

Permalink
Make dribble a vector tile server
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Nov 2, 2024
1 parent f796dda commit fbd1e8f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion roles/dribble.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,23 @@
}
}
}
},
:postgresql => {
:settings => {
:defaults => {
:effective_cache_size => "350GB"
}
}
},
:vectortile => {
:replication => {
:status => :disabled,
:tileupdate => :disabled
}
}
)

run_list(
"role[equinix-ams]"
"role[equinix-ams]",
"role[vectortile]"
)

0 comments on commit fbd1e8f

Please sign in to comment.