chore: apply agent/template updates and refresh appstore zip
This commit is contained in:
@@ -27,6 +27,8 @@ MUST:
|
||||
- Inte använda `:latest`.
|
||||
- Hålla volymer snäva (`/DATA/AppData/$AppID/...`).
|
||||
- Vid förslag/byte av `image:` måste imagen verifieras online (manifest/tag finns i registry) innan merge.
|
||||
- Använd App/_template som grund om inget annat anges.
|
||||
- deply.resources.reservations ska sättas till något passande. Detta kommer även parsas av ZimaOS webui
|
||||
|
||||
SHOULD:
|
||||
- `security_opt: ["no-new-privileges:true"]`
|
||||
|
||||
@@ -2,6 +2,11 @@ name: sample-app
|
||||
|
||||
services:
|
||||
app:
|
||||
# Setting this will allow the Zima webui to display the field "REQUIRE MEMORY"
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
memory: 64M
|
||||
image: joafri/sample-app-app:main
|
||||
container_name: sample-app
|
||||
restart: unless-stopped
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user