forked from github.com/plausible-hosting
Remove useless links
Don't expose GeoIP ports
This commit is contained in:
@ -3,15 +3,11 @@ services:
|
||||
plausible:
|
||||
depends_on:
|
||||
- geoip
|
||||
links:
|
||||
- geoip
|
||||
environment:
|
||||
- GEOLITE2_COUNTRY_DB=/geoip/GeoLite2-Country.mmdb
|
||||
|
||||
geoip:
|
||||
image: maxmindinc/geoipupdate
|
||||
ports:
|
||||
- 1080:1080
|
||||
environment:
|
||||
- GEOIPUPDATE_EDITION_IDS=GeoLite2-Country
|
||||
- GEOIPUPDATE_FREQUENCY=168 # update every 7 days
|
||||
|
Reference in New Issue
Block a user