ci(build): target .NET 10 Alpine with low-memory tuning
Some checks failed
Caddy Manager CI build / docker (push) Failing after 32s
Some checks failed
Caddy Manager CI build / docker (push) Failing after 32s
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
CaddyService__ConfigDir: "/config"
|
||||
DockerService__CaddyContainerName: "caddy"
|
||||
user: "1000:1000"
|
||||
# The .NET GC sizes its heap against the cgroup limit, so this both caps the
|
||||
# worst case and makes the runtime self-tune downward.
|
||||
mem_limit: 256m
|
||||
memswap_limit: 256m
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user