webexmemebot/docker-compose.yml

11 lines
142 B
YAML
Raw Permalink Normal View History

2023-07-21 23:57:14 +02:00
---
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file: .env
...