mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-25 12:17:14 +00:00
64 lines
1.2 KiB
YAML
64 lines
1.2 KiB
YAML
name: amexporter
|
|
services:
|
|
app:
|
|
cpu_shares: 90
|
|
command: []
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
memory: 7943M
|
|
environment:
|
|
- PGID=1000
|
|
- PUID=1000
|
|
- TZ=Europe/Paris
|
|
image: amexporter
|
|
labels:
|
|
icon: https://noh.am/static/assets/music.png
|
|
ports:
|
|
- target: 3005
|
|
published: "3005"
|
|
protocol: tcp
|
|
restart: unless-stopped
|
|
# volumes:
|
|
# - type: bind
|
|
# source: /DATA/AppData/amexporter
|
|
# target: /hard
|
|
x-casaos:
|
|
envs:
|
|
- container: PUID
|
|
description:
|
|
en_us: for UserID
|
|
- container: PGID
|
|
description:
|
|
en_us: for GroupID
|
|
- container: TZ
|
|
description:
|
|
en_us: specify a timezone to use, see this list.
|
|
devices: []
|
|
cap_add: []
|
|
networks:
|
|
- default
|
|
privileged: false
|
|
container_name: ""
|
|
networks:
|
|
default:
|
|
name: amexporter
|
|
x-casaos:
|
|
architectures:
|
|
- amd64
|
|
- arm64
|
|
author: self
|
|
category: self
|
|
hostname: ""
|
|
icon: https://noh.am/static/assets/music.png
|
|
index: /
|
|
main: app
|
|
port_map: "3005"
|
|
scheme: http
|
|
store_app_id: amexporter
|
|
tagline:
|
|
en_us: amexporter
|
|
title:
|
|
custom: amexporter
|
|
en_us: amexporter
|