mirror of
https://github.com/cupcakearmy/hagen-control-station.git
synced 2024-12-21 23:56:25 +00:00
readme
This commit is contained in:
parent
e0c76e258e
commit
50650d1e07
19
README.md
19
README.md
@ -6,3 +6,22 @@
|
|||||||
[Telegraf](https://telegraf.js.org/)
|
[Telegraf](https://telegraf.js.org/)
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# docker-compose.yaml
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: ghcr.io/cupcakearmy/hcs
|
||||||
|
restart: unless-stopped
|
||||||
|
env_file: .env
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# .env
|
||||||
|
BOT_TOKEN=<telegram bot token>
|
||||||
|
HCS_PASSWORD=<password for users>
|
||||||
|
```
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# DEVELOPMENT ONLY
|
||||||
|
# See README.md
|
||||||
|
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0-rc.1",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
Reference in New Issue
Block a user