Compare commits

...

2 Commits

Author SHA1 Message Date
John Lancaster
405e1fc05c ignore log files 2026-01-02 14:12:37 -06:00
John Lancaster
34898d9b11 access log for envoy 2026-01-02 14:12:30 -06:00
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
certs/ certs/
*.log

View File

@@ -17,6 +17,7 @@ services:
- "443:10000" - "443:10000"
volumes: volumes:
- ./envoy.yaml:/etc/envoy/envoy.yaml:ro - ./envoy.yaml:/etc/envoy/envoy.yaml:ro
- ./access.log:/var/log/envoy/access.log
- /var/lib/tls:/certs - /var/lib/tls:/certs
depends_on: depends_on:
- rest-server - rest-server