dchat/docker-compose.yml
Augusto Dwenger J. 18ee28daee Remove old modules
Time for a new beginning :)
2024-10-31 18:37:08 +01:00

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