mirror of
https://github.com/lyx0/nourybot-matrix.git
synced 2024-11-13 19:49:54 +01:00
8 lines
121 B
YAML
8 lines
121 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
nourybot-matrix:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
env_file: .env
|