9 lines
144 B
YAML
9 lines
144 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
app:
|
|
build: .
|
|
image: bml-tg-notify
|
|
restart: always
|
|
env_file: .env
|