Added lib to service
This commit is contained in:
20
bot/docker-compose.yml
Normal file
20
bot/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
bot:
|
||||
image: siren-bot:${BOT_VERSION:-latest}
|
||||
container_name: siren-bot
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
args:
|
||||
- VERSION=${BOT_VERSION:-latest}
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
- frontend
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
Reference in New Issue
Block a user