Skip to content

Commit

Permalink
fix&add container_name (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 authored Jul 26, 2023
1 parent 7a2c2fa commit 10c4349
Show file tree
Hide file tree
Showing 63 changed files with 81 additions and 18 deletions.
1 change: 1 addition & 0 deletions Apps/2FAuth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- container: /2fauth
description:
en_us: ""
container_name: 2fauth
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/AdGuardHome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ services:
- container: /opt/adguardhome/conf
description:
en_us: ""
container_name: adguard-home
x-casaos:
architectures:
- "386"
Expand Down
1 change: 1 addition & 0 deletions Apps/Adminer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
description:
en_us: Adminer HTTP Port
zh_cn: Adminer HTTP 端口
container_name: adminer
x-casaos:
architectures:
- amd64
Expand Down
3 changes: 2 additions & 1 deletion Apps/Alist/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
description:
en_us: alist config directory.
zh_cn: alist 配置目录
container_name: alist
x-casaos:
architectures:
- amd64
Expand All @@ -53,4 +54,4 @@ x-casaos:
en_us: After installation, view the initial password in the log.
zh_cn: 安装完成后,请在日志中查看初始密码。
title:
en_us: Alist
en_us: Alist
1 change: 1 addition & 0 deletions Apps/Bazarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
- container: /config
description:
en_us: ""
container_name: bazarr
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Calibre-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
- container: /books
description:
en_us: ""
container_name: calibre-web
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/ChatGPT-Next-Web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
en_us: WebUI HTTP Port
zh_cn: WebUI HTTP 端口

container_name: chatgpt-next-web
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/ChatbotUI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- container: "3000"
description:
en_us: WebUI HTTP Port
container_name: chatbot-ui
x-casaos:
architectures:
- amd64
Expand Down
7 changes: 4 additions & 3 deletions Apps/Cloudflared/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Cloudflared
name: cloudflared
services:
app:
cloudflared:
image: wisdomsky/casaos-cloudflared:1.0
restart: unless-stopped
network_mode: host
Expand Down Expand Up @@ -41,12 +41,13 @@ services:
- type: bind
source: /DATA/AppData/casaos-cloudflared/config
target: /config
container_name: cloudflared
x-casaos:
architectures:
- amd64
- arm
- arm64
main: app
main: cloudflared
description:
en_us: Cloudflare Tunnel offers an easy way to expose web servers securely to the internet, without opening up firewall ports and configuring ACLs. Cloudflare Tunnel also ensures requests route through Cloudflare before reaching the web server, so you can be sure attack traffic is stopped with Cloudflare’s WAF and Unmetered DDoS mitigation, and authenticated with Access if you’ve enabled those features for your account.
zh_cn: Cloudflare Tunnel 提供了一种安全的方式,可以将 Web 服务器安全地公开到互联网上,而无需打开防火墙端口和配置访问控制列表(ACL)。Cloudflare Tunnel 还确保请求在到达 Web 服务器之前通过 Cloudflare 路由,因此您可以确保攻击流量会被 Cloudflare 的 WAF 和无限制的 DDoS 缓解功能阻止,并在启用了这些功能的情况下通过 Access 进行身份验证。
Expand Down
3 changes: 2 additions & 1 deletion Apps/Databag/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Databag
name: databag
services:
databag:
image: balzack/databag:0.1.5
Expand All @@ -20,6 +20,7 @@ services:
- type: bind
source: /DATA/AppData/databag/data
target: /var/lib/databag
container_name: databag
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Ddns-go/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
description:
en_us: ddns-go config directory.
zh_cn: ddns-go 配置目录
container_name: ddns-go
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Deluge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ services:
description:
en_us: Deluge Accessible directory.
zh_cn: Deluge 可访问目录。
container_name: deluge
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Duplicati/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
- container: /source
description:
en_us: ""
container_name: duplicati
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Emby/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ services:
- container: /data/movies
description:
en_us: ""
container_name: emby
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Embystat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ services:
- container: /config
description:
en_us: ""
container_name: embystat
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/EmulatorJS/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ services:
description:
en_us: Manage ROMS
zh_cn: ROM 管理
container_name: emulatorjs
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/FileBrowser/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
description:
en_us: FileBrowser managed directory.
zh_cn: FileBrowser管理的目录
container_name: filebrowser
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
description:
en_us: Gitea data directory.
zh_cn: Gitea 数据目录。
container_name: gitea
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
en_us: Grafana database and plugins directory.
zh_cn: Grafana 数据库和插件目录

container_name: grafana
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Handbrake/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- type: bind
source: /DATA/AppData/$AppID/config
target: /config
container_name: handbrake
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/HomeAssistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
description:
en_us: HomeAssistant config directory.
zh_cn: HomeAssistant配置目录
container_name: homeassistant
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
- container: /downloads
description:
en_us: ""
container_name: jackett
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Jellyfin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ services:
description:
en_us: OpenMax libs
zh_cn: OpenMax库
container_name: jellyfin
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Lazylibrarian/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ services:
- container: /config
description:
en_us: ""
container_name: lazylibrarian
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Lidarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:
- container: /downloads
description:
en_us: ""
container_name: lidarr
x-casaos:
architectures:
- amd64
Expand Down
7 changes: 4 additions & 3 deletions Apps/MariaDB/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MariaDB
name: mariadb
services:
app:
mariadb:
image: linuxserver/mariadb:10.11.4
restart: unless-stopped
environment:
Expand Down Expand Up @@ -46,12 +46,13 @@ services:
- type: bind
source: /DATA/AppData/mariadb/config
target: /config
container_name: mariadb
x-casaos:
architectures:
- amd64
- arm
- arm64
main: app
main: mariadb
description:
en_us: |
MariaDB Server is one of the most popular open source relational databases. It’s made by the original developers of MySQL and guaranteed to stay open source. It is part of most cloud offerings and the default in most Linux distributions.
Expand Down
1 change: 1 addition & 0 deletions Apps/Memos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
en_us: memos data directory.
zh_cn: memos 数据目录

container_name: memos
x-casaos:
architectures:
- amd64
Expand Down
3 changes: 2 additions & 1 deletion Apps/Mongo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
- type: bind
source: /DATA/AppData/mongo/data/db
target: /data/db
container_name: mongo
x-casaos:
architectures:
- amd64
Expand All @@ -69,7 +70,7 @@ x-casaos:
pl_pl: MongoDB to darmowy i otwartoźródłowy, wieloplatformowy program bazodanowy zorientowany na dokumenty. MongoDB jest klasyfikowana jako program bazodanowy NoSQL i wykorzystuje dokumenty w formacie JSON z schematami. MongoDB jest rozwijana przez MongoDB Inc. i jest publikowana na zasadach licencji Server Side Public License oraz licencji Apache.
pt_br: O MongoDB é um programa de banco de dados orientado a documentos, gratuito e de código aberto, multiplataforma. Classificado como um programa de banco de dados NoSQL, o MongoDB utiliza documentos semelhantes a JSON com esquemas. O MongoDB é desenvolvido pela MongoDB Inc. e é publicado sob uma combinação da Licença Pública do Lado do Servidor e da Licença Apache.
tagline:
en_us: A free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata.
en_us: A free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata.
zh_cn: 一个免费且开源的跨平台面向文档的数据库程序。MongoDB 被归类为 NoSQL 数据库程序,它使用具有模式的类似 JSON 的文档。
ar_sa: برنامج قاعدة بيانات وثائقية عابرة المنصات ومفتوح المصدر ومجاني. يُصنف MongoDB كبرنامج قاعدة بيانات NoSQL، ويستخدم وثائق تشبه JSON مع تخطيطات.
de_de: Ein kostenloses und Open-Source, plattformübergreifendes, dokumentenorientiertes Datenbankprogramm. MongoDB wird als NoSQL-Datenbankprogramm eingestuft und verwendet JSON-ähnliche Dokumente mit Schemata.
Expand Down
9 changes: 5 additions & 4 deletions Apps/MongoDB4/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MongoDB4
name: mongodb4
services:
mongo:
mongodb4:
image: mongo:4.4.22
restart: unless-stopped
environment:
Expand Down Expand Up @@ -50,12 +50,13 @@ services:
- type: bind
source: /DATA/AppData/mongodb4/data/db
target: /data/db
container_name: mongodb4
x-casaos:
architectures:
- amd64
- arm
- arm64
main: mongo
main: mongodb4
description:
en_us: MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata. MongoDB is developed by MongoDB Inc., and is published under a combination of the Server Side Public License and the Apache License.
zh_cn: MongoDB 是一个免费且开源的跨平台面向文档的数据库程序。MongoDB 被归类为 NoSQL 数据库程序,它使用具有模式的类似 JSON 的文档。MongoDB 由 MongoDB Inc. 开发,并在 Server Side Public License 和 Apache License 的组合下发布。
Expand All @@ -69,7 +70,7 @@ x-casaos:
pl_pl: MongoDB to darmowy i otwartoźródłowy, wieloplatformowy program bazodanowy zorientowany na dokumenty. MongoDB jest klasyfikowana jako program bazodanowy NoSQL i wykorzystuje dokumenty w formacie JSON z schematami. MongoDB jest rozwijana przez MongoDB Inc. i jest publikowana na zasadach licencji Server Side Public License oraz licencji Apache.
pt_br: O MongoDB é um programa de banco de dados orientado a documentos, gratuito e de código aberto, multiplataforma. Classificado como um programa de banco de dados NoSQL, o MongoDB utiliza documentos semelhantes a JSON com esquemas. O MongoDB é desenvolvido pela MongoDB Inc. e é publicado sob uma combinação da Licença Pública do Lado do Servidor e da Licença Apache.
tagline:
en_us: A free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata.
en_us: A free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata.
zh_cn: 一个免费且开源的跨平台面向文档的数据库程序。MongoDB 被归类为 NoSQL 数据库程序,它使用具有模式的类似 JSON 的文档。
ar_sa: برنامج قاعدة بيانات وثائقية عابرة المنصات ومفتوح المصدر ومجاني. يُصنف MongoDB كبرنامج قاعدة بيانات NoSQL، ويستخدم وثائق تشبه JSON مع تخطيطات.
de_de: Ein kostenloses und Open-Source, plattformübergreifendes, dokumentenorientiertes Datenbankprogramm. MongoDB wird als NoSQL-Datenbankprogramm eingestuft und verwendet JSON-ähnliche Dokumente mit Schemata.
Expand Down
1 change: 1 addition & 0 deletions Apps/Mylar3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
- container: /downloads
description:
en_us: ""
container_name: mylar3
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/N8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
description:
en_us: n8n directory.
zh_cn: n8n 目录。
container_name: n8n
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
description:
en_us: Nextcloud config directory.
zh_cn: Nextcloud 配置目录。
container_name: nextcloud
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/NginxProxyManager/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ services:
description:
en_us: Nginx Proxy Manager letsencrypt directory.
zh_cn: Nginx 代理管理器 letsencrypt 目录。
container_name: nginxproxymanager
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Node-RED/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
- container: /data
description:
en_us: ""
container_name: node-red
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Nzbget/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ services:
- container: /downloads
description:
en_us: ""
container_name: nzbget
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/Ombi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
- container: /config
description:
en_us: ""
container_name: ombi
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/OpenHAB/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ services:
description:
en_us: Location for logs, cache, persistence databases, etc.
zh_cn: 用于日志,缓存,持久性数据库等的位置。
container_name: openhab
x-casaos:
architectures:
- amd64
Expand Down
1 change: 1 addition & 0 deletions Apps/OpenSpeedTest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
description:
en_us: ""

container_name: openspeedtest
x-casaos:
architectures:
- amd64
Expand Down
3 changes: 2 additions & 1 deletion Apps/Overseerr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Overseerr
name: overseerr
services:
overseerr:
image: linuxserver/overseerr:1.33.0
Expand Down Expand Up @@ -70,6 +70,7 @@ services:
- type: bind
source: /DATA/AppData/overseerr/config
target: /config
container_name: overseerr
x-casaos:
architectures:
- amd64
Expand Down
Loading

0 comments on commit 10c4349

Please sign in to comment.