mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
Remove useless links
Don't expose GeoIP ports
This commit is contained in:
parent
891914e9a1
commit
26ee599130
@ -29,10 +29,6 @@ services:
|
|||||||
- mail
|
- mail
|
||||||
ports:
|
ports:
|
||||||
- 80:8000
|
- 80:8000
|
||||||
links:
|
|
||||||
- plausible_db
|
|
||||||
- plausible_events_db
|
|
||||||
- mail
|
|
||||||
env_file:
|
env_file:
|
||||||
- plausible-conf.env
|
- plausible-conf.env
|
||||||
|
|
||||||
|
@ -3,15 +3,11 @@ services:
|
|||||||
plausible:
|
plausible:
|
||||||
depends_on:
|
depends_on:
|
||||||
- geoip
|
- geoip
|
||||||
links:
|
|
||||||
- geoip
|
|
||||||
environment:
|
environment:
|
||||||
- GEOLITE2_COUNTRY_DB=/geoip/GeoLite2-Country.mmdb
|
- GEOLITE2_COUNTRY_DB=/geoip/GeoLite2-Country.mmdb
|
||||||
|
|
||||||
geoip:
|
geoip:
|
||||||
image: maxmindinc/geoipupdate
|
image: maxmindinc/geoipupdate
|
||||||
ports:
|
|
||||||
- 1080:1080
|
|
||||||
environment:
|
environment:
|
||||||
- GEOIPUPDATE_EDITION_IDS=GeoLite2-Country
|
- GEOIPUPDATE_EDITION_IDS=GeoLite2-Country
|
||||||
- GEOIPUPDATE_FREQUENCY=168 # update every 7 days
|
- GEOIPUPDATE_FREQUENCY=168 # update every 7 days
|
||||||
|
Loading…
Reference in New Issue
Block a user