10 lines
205 B
YAML
10 lines
205 B
YAML
services:
|
|
bot:
|
|
image: git.hhhammer.de/hamburghammer/dchat/bot:latest
|
|
env_file:
|
|
- .env
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
target: bot
|
|
restart: unless-stopped
|