-
Notifications
You must be signed in to change notification settings - Fork 3
Setup tileserver for public land tiles #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -121,6 +121,17 @@ services: | |
| - INBOUND_TLS=no # Don't require local clients to use TLS | ||
| - ACCEPTED_NETWORKS=172.16.0.0/12 # Only accept connections from docker's internal network | ||
|
|
||
| ropewiki_tileserver: | ||
| image: maptiler/tileserver-gl:latest | ||
| restart: unless-stopped | ||
| ports: | ||
| - "8080:8080" | ||
| user: root | ||
| volumes: | ||
| - /mnt/rwimages/tiles:/data | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems like a new requirement to have for a site deployment -- let's add documentation describing how someone would get the appropriate data since someone couldn't bring up a working site instance without it. These instructions should be complete and sufficient to bring up a deployment of the site, assuming the user has access to the right things (database backup, images folder) |
||
| command: -c config.json | ||
| depends_on: [] | ||
|
|
||
| volumes: | ||
| ropewiki_database_storage: | ||
| name: ropewiki_database_storage | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we pin this more specifically?
latesttags often break things on a schedule we don't control