-
Notifications
You must be signed in to change notification settings - Fork 424
/
Copy pathdocker-compose.yml
63 lines (63 loc) · 1.9 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: enclosed
services:
enclosed:
image: corentinth/enclosed:1.9.2
environment:
PGID: $PGID
PUID: $PUID
TZ: $TZ
deploy:
resources:
reservations:
memory: "128M"
network_mode: bridge
ports:
- target: 8787
published: "8787"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/app/.data
target: /app/.data
x-casaos:
ports:
- container: "8787"
description:
en_us: WebUI Port
volumes:
- container: /app/.data
description:
en_us: Enclosed data directory.
container_name: enclosed
x-casaos:
architectures:
- amd64
- arm64
- arm
main: enclosed
author: Corentin Thomasset
category: Notes
description:
en_us: Minimalistic web application designed for sending end-to-end encrypted notes and files.
developer: Corentin Thomasset
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Enclosed/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Enclosed/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Enclosed/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Enclosed/screenshot-3.png
tagline:
en_us: Send private and secure notes
zh_cn: 发送私密、安全的笔记
ar_sa: إرسال ملاحظات خاصة وآمنة
de_de: Private und sichere Notizen versenden.
es_es: Enviar notas privadas y seguras.
fr_fr: Envoyez des notes privées et sécurisées.
it_it: Invia note private e sicure
ru_ru: Отправляйте приватные и защищенные заметки
pt_br: Envie notas de forma privada e segura
tips: {}
title:
en_us: Enclosed
index: /
port_map: "8787"