Compare commits

..

No commits in common. "ec74632c02efbda071593db9c47ccfc63c259b1a" and "4c12a5927e42bb997b9a9d12d81b005dd1a7fbbc" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,8 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
@ -8,12 +10,8 @@ platform:
steps:
- name: build
commands:
- docker-compose -p Crisp_Telegram_bot build
- docker build .
- name: run
commands:
- docker-compose -p Crisp_Telegram_bot up -d
when:
status:
- success
- docker-compose up --build -d

View File

@ -1,6 +1,6 @@
version: '3'
services:
bot:
crispbot:
build: .
volumes:
- /root/config.yml:/app/config.yml