added protfolio network

This commit is contained in:
2026-09-25 07:32:39 +02:00
parent d556aa3f2f
commit ee56726fb3
2 changed files with 6 additions and 3 deletions
+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