update to working repository
This commit is contained in:
69
Apps/mycoolapp/docker-compose.yml
Normal file
69
Apps/mycoolapp/docker-compose.yml
Normal file
@@ -0,0 +1,69 @@
|
||||
# https://github.com/IceWhaleTech/CasaOS-AppStore/blob/main/CONTRIBUTING.md
|
||||
|
||||
name: my-cool-app
|
||||
services:
|
||||
influxdb-v1:
|
||||
container_name: influxdb-v1
|
||||
image: influxdb:1.8
|
||||
labels:
|
||||
icon: icon.png
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- target: 8086
|
||||
published: "8091"
|
||||
protocol: tcp
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: curl --fail -s http://localhost:8086/health || exit 1
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /DATA/AppData/$AppID/config
|
||||
target: /etc/influxdb
|
||||
- type: bind
|
||||
source: /DATA/AppData/$AppID/data
|
||||
target: /var/lib/influxdb
|
||||
x-casaos:
|
||||
ports:
|
||||
- container: "8091"
|
||||
description:
|
||||
en_us: ""
|
||||
volumes:
|
||||
- container: /etc/influxdb
|
||||
description:
|
||||
en_us: Contains all configuration files.
|
||||
- container: /var/lib/influxdb
|
||||
description:
|
||||
en_us: Contains all database files.
|
||||
x-casaos:
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
- arm
|
||||
author: François Chazal
|
||||
category: Tools
|
||||
description:
|
||||
en_us: |
|
||||
Visit [Influx Data](https://www.influxdata.com/influxdb/) for more details. Check the [documentation](https://docs.influxdata.com/influxdb/v1.8/) for further settings.
|
||||
|
||||
🚨 Note: This app will always stay on the latest version of 1.x. If you want to upgrade always to the latest version install `InfluxDB` instead.
|
||||
developer: CasaAppstore
|
||||
icon: https://raw.githubusercontent.com/mr-manuel/CasaOS-HomeAutomation-AppStore/latest/Apps/InfluxDB-v1/icon.png
|
||||
index: /health
|
||||
main: influxdb-v1
|
||||
port_map: "8091"
|
||||
project_url: https://github.com/mr-manuel/CasaOS-HomeAutomation-AppStore
|
||||
store_app_id: influxdb-v1
|
||||
tagline:
|
||||
en_us: |
|
||||
Give me the Force
|
||||
and all strength !
|
||||
thumbnail: https://raw.githubusercontent.com/mr-manuel/CasaOS-HomeAutomation-AppStore/latest/Apps/InfluxDB-v1/icon.png
|
||||
tips:
|
||||
before_install:
|
||||
en_us: |
|
||||
DO you think ?
|
||||
title:
|
||||
en_us: MyCoolAppEN
|
||||
Reference in New Issue
Block a user