webexmemebot/docker-compose.yml
2023-07-21 22:57:14 +01:00

11 lines
142 B
YAML

---
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file: .env
...