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