Commit Graph

16 Commits

Author SHA1 Message Date
birjolaxew 2a691320b6
Remove domain alias configuration from caddy-gen file
Domain aliases aren't applicable to our use case, so no need to
leave it in
2020-10-30 06:12:26 +01:00
birjolaxew 8a88026ca8
Remove redundant port configuration in caddy-gen file 2020-10-30 06:00:35 +01:00
birjolaxew ffccee3219
Add reverse-proxy configuration for existing Traefik installation
Largely based on the work of @MoryCorp in #10
2020-10-30 05:59:56 +01:00
birjolaxew f055f1d0aa
Add reverse-proxy configuration for existing NGINX installation 2020-10-30 05:48:12 +01:00
birjolaxew 2e9dd1560e
Add docker-compose file for simple reverse proxy
Based on caddy-gen
This will start a reverse proxy on port 80 and 443, which proxies
to the plausible container. Note that it will clash with any
existing reverse proxies on the host machine
2020-10-30 05:43:38 +01:00
birjolaxew 4ff0b7fbfc
Change Plausible to not bind to port 80 by default
This is done in preparation for adding reverse-proxy configurations
Unfortunately a later docker-compose file cannot *remove* a port
binding, so it has to be removed in the root file.
If there is interest, the 80:8000 binding can be re-added in a
new docker-compose overwrite file.
2020-10-30 05:30:23 +01:00
Uku Taht 09fb07ef60
Merge pull request #5 from bokub/master
Remove useless links
2020-10-16 14:42:05 +03:00
Boris Kubiak 26ee599130 Remove useless links
Don't expose GeoIP ports
2020-10-16 11:15:49 +02:00
Uku Taht 891914e9a1 Do not expose database ports to the public internet 2020-10-14 13:38:49 +03:00
Uku Taht c5146231aa Use the latest image 2020-10-05 16:10:41 +03:00
Uku Taht a68f36d934 Remove clickhouse config 2020-10-02 11:19:43 +03:00
Uku Taht a081f25c1d Add clickhouse config 2020-10-02 10:27:55 +03:00
Uku Taht f56fab0bb8 Fix docker-compose command 2020-10-01 15:50:23 +03:00
Uku Taht 98f72b21ec Create admin when booting up 2020-10-01 13:56:05 +03:00
Uku Taht 2229a63ee4 Use dev image for testing 2020-10-01 11:14:51 +03:00
Uku Taht c0fcca12ac Initial commit 2020-10-01 11:13:13 +03:00