Skip to content

Commit

Permalink
Merge pull request #5 from bokub/master
Browse files Browse the repository at this point in the history
Remove useless links
  • Loading branch information
ukutaht committed Oct 16, 2020
2 parents 891914e + 26ee599 commit 09fb07e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ services:
- mail
ports:
- 80:8000
links:
- plausible_db
- plausible_events_db
- mail
env_file:
- plausible-conf.env

Expand Down
4 changes: 0 additions & 4 deletions geoip/docker-compose.geoip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09fb07e

Please sign in to comment.