chore: apply agent/template updates and refresh appstore zip
This commit is contained in:
@@ -27,6 +27,8 @@ MUST:
|
|||||||
- Inte använda `:latest`.
|
- Inte använda `:latest`.
|
||||||
- Hålla volymer snäva (`/DATA/AppData/$AppID/...`).
|
- 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.
|
- 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:
|
SHOULD:
|
||||||
- `security_opt: ["no-new-privileges:true"]`
|
- `security_opt: ["no-new-privileges:true"]`
|
||||||
|
|||||||
@@ -2,6 +2,11 @@ name: sample-app
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
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
|
image: joafri/sample-app-app:main
|
||||||
container_name: sample-app
|
container_name: sample-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user