fix files

This commit is contained in:
The Foxon 2023-07-01 20:06:25 +12:00
parent c93489a777
commit 4edf560785
3 changed files with 3 additions and 9 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
.env

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
dist
node_modules
storage/*
docker-compose.yml

View File

@ -1,8 +0,0 @@
version: '3.8'
services:
discord-bot:
image: registry.thefoxon.ru/kamgames/eco-discord-bot:latest
restart: always
environment:
DISCORD_TOKEN: ''
ECO_API_BASE: 'http://127.0.0.1:3001'