-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
name: easyimage | ||
services: | ||
easyimage: | ||
image: ddsderek/easyimage:latest | ||
container_name: easyimage | ||
deploy: | ||
resources: | ||
reservations: | ||
memory: 64M | ||
network_mode: bridge | ||
ports: | ||
- target: '80' | ||
published: '8080' | ||
protocol: tcp | ||
restart: unless-stopped | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/config | ||
target: /app/web/config | ||
- type: bind | ||
source: /DATA/AppData/$AppID/i | ||
target: /app/web/i | ||
environment: | ||
TZ: Asia/Shanghai | ||
PUID: '1000' | ||
PGID: '1000' | ||
DEBUG: 'false' | ||
x-casaos: | ||
ports: | ||
- container: '8080' | ||
description: | ||
en_us: Port | ||
zh_cn: 端口 | ||
volumes: | ||
- container: /app/web/config | ||
description: | ||
en_us: Config directory. | ||
zh_cn: 配置目录 | ||
- container: /app/web/i | ||
description: | ||
en_us: Img directory. | ||
zh_cn: 图片目录 | ||
x-casaos: | ||
architectures: | ||
- amd64 | ||
- arm | ||
- arm64 | ||
author: Cp0204 | ||
category: WEB | ||
description: | ||
en_us: 'Supporting multi -file upload, simple countless data library, returning picture URL, Markdown, bbscode, html picture warehouse program. Demo: https://png.cm/' | ||
zh_cn: '支持多文件上传,简单无数据库,返回图片url、markdown、bbscode、html的一款图床程序,演示地址:https://png.cm/ ' | ||
developer: icret | ||
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/easyimage/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/easyimage/screenshot-1.png | ||
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/easyimage/screenshot-2.png | ||
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/easyimage/screenshot-3.png | ||
main: easyimage | ||
tagline: | ||
en_us: A powerful picture warehouse without database | ||
zh_cn: 一款功能强大无数据库的图床 | ||
thumbnail: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/easyimage/thumbnail.png | ||
title: | ||
en_us: EasyImage | ||
zh_cn: 简单图床 | ||
port_map: '8080' | ||
scheme: http | ||
index: / |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.