-
Notifications
You must be signed in to change notification settings - Fork 575
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
59 lines (59 loc) · 1.63 KB
/
docker-compose.yml
File metadata and controls
59 lines (59 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: stockyard
services:
stockyard:
image: ghcr.io/stockyard-dev/stockyard:latest
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 4200
published: "4200"
protocol: tcp
restart: unless-stopped
environment:
PORT: "4200"
DATA_DIR: /data
volumes:
- type: bind
source: /DATA/AppData/$AppID/data
target: /data
x-casaos:
envs:
- container: PORT
description:
en_us: HTTP port for the web UI and API
- container: DATA_DIR
description:
en_us: Data storage directory
ports:
- container: "4200"
description:
en_us: WebUI Port
volumes:
- container: /data
description:
en_us: Stockyard data directory
x-casaos:
architectures:
- amd64
- arm64
main: stockyard
author: stockyard-dev
category:
- Developer
description:
en_us: 150 self-hosted developer tools in one binary. Bug tracker, CRM, feature flags, uptime monitoring, invoicing, webhook testing, secret management, web analytics, and more. Single Go binary with embedded SQLite. Zero external dependencies.
developer: Stockyard
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Stockyard/icon.png
tagline:
en_us: 150 self-hosted developer tools, one binary
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Stockyard/thumbnail.png
title:
en_us: Stockyard
index: /ui
port_map: "4200"
scheme: http
store_app_id: stockyard
is_uncontrolled: false