This commit is contained in:
√(noham)²
2024-03-03 15:52:50 +01:00
parent 5c5d9514ce
commit 828e481d1d
12 changed files with 353 additions and 37 deletions

63
back/docker-compose.yaml Normal file
View File

@@ -0,0 +1,63 @@
name: applemusicexporter
services:
app:
cpu_shares: 90
command: []
deploy:
resources:
limits:
memory: 7943M
environment:
- PGID=1000
- PUID=1000
- TZ=Europe/Paris
image: applemusicexporter
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/applemusicexporter
# 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: applemusicexporter
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: applemusicexporter
tagline:
en_us: applemusicexporter
title:
custom: applemusicexporter
en_us: applemusicexporter