Add TLS resolvers to allow acme challenges to resolve

Configure non-docker apps to proxy to host.docker.internal
Configure triliumnext-notes to use port 8080
Add host.docker.internal to caddy docker-compose
Explicitly specify .env file for caddy container
Remove port expose for triliumnext-notes container
This commit is contained in:
Chris King
2025-01-13 10:59:43 -08:00
parent 936242e24d
commit a671b15a96
3 changed files with 8 additions and 6 deletions

View File

@@ -8,8 +8,6 @@ services:
- ./config:/home/node/trilium-config
networks:
- proxy-net
ports:
- "127.0.0.1:8040:8080"
environment:
USER_UID: 1000
USER_GID: 1000