Compare commits

..
1 Commits
Author SHA1 Message Date
marvin ee56726fb3 added protfolio network 2026-09-25 07:32:39 +02:00
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ marvinkrausser.com {
api.marvinkrausser.com {
import common
request_body {
max_size {$CADDY_MAX_BODY:16MB}
max_size {$CADDY_MAX_BODY_API:16MB}
}
reverse_proxy cnn_api:8000
}
+5 -2
View File
@@ -10,7 +10,7 @@ services:
environment:
- CADDY_EMAIL=marvin.krausser277@gmail.com
# Keep about 1 MB above the API's MAX_UPLOAD_MEGABYTES (multipart overhead).
- CADDY_MAX_BODY=16MB
- CADDY_MAX_BODY_API=16MB
volumes:
- ./caddy/data:/data/caddy
- ./caddy/config:/config/caddy
@@ -20,6 +20,7 @@ services:
networks:
- cnn_network
- gitea_network
- portfolio_network
pull_policy: never
container_name: caddy_proxy
@@ -67,4 +68,6 @@ networks:
cnn_network:
name: cnn_network
gitea_network:
name: gitea_network
name: gitea_network
portfolio_network:
name: portfolio_network