feat(Plausible): Add new service
This commit is contained in:
10
plausible/docker-compose.geoip.yml
Normal file
10
plausible/docker-compose.geoip.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
plausible:
|
||||
depends_on:
|
||||
- geoipupdate
|
||||
environment:
|
||||
- GEOLITE2_COUNTRY_DB=/geoip/GeoLite2-Country.mmdb
|
||||
volumes:
|
||||
- geoipupdate:/geoip:ro
|
Reference in New Issue
Block a user