summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-08 08:43:05 +0000
committerseth <[email protected]>2023-02-08 08:43:05 +0000
commit47dc97a05817c19268a7d5cf9e7fdbcd355a8266 (patch)
tree921bfc313fc57c4758b83ed93a6646305b3b0df7
parentf5273be239562ebcfe0b7d65817eb96aaff5b15b (diff)
fix file server + add comment
-rw-r--r--caddy/Caddyfile5
-rw-r--r--docker-compose.yml2
2 files changed, 5 insertions, 2 deletions
diff --git a/caddy/Caddyfile b/caddy/Caddyfile
index 0f54d2b..bc72900 100644
--- a/caddy/Caddyfile
+++ b/caddy/Caddyfile
@@ -49,7 +49,10 @@ www.{$DOMAIN:localhost} {
root * {$CADDY_ROOT:/var/www}
import common_domain {$DOMAIN:localhost}
- file_server browse
+ file_server browse {
+ index index.html
+ hide .* LICENSE README.md
+ }
import no_embeds lul.html
import container_proxy api {$API_HOST:api}:80
diff --git a/docker-compose.yml b/docker-compose.yml
index c3f2d7b..81f85ae 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,4 +1,4 @@
-# docker
+# services for guzzle.gay
networks:
web:
external: true