Kon/docker-compose.yml
toast 7ef236adb2
All checks were successful
Build and push container image / build (push) Successful in 9m54s
Lowercase the container name
2024-01-29 19:50:03 +11:00

10 lines
173 B
YAML

version: '3.8'
services:
bot:
container_name: kon
image: 'git.toast-server.net/toast/kon:main'
build: .
env_file:
- .env
restart: unless-stopped