Files
siren/bot/docker-compose.yml
Benjamin Sherriff ecc65222b6 Added lib to service
2023-10-04 19:58:54 -04:00

21 lines
329 B
YAML

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: