13 lines
212 B
YAML
13 lines
212 B
YAML
services:
|
|
|
|
owlrandomshitbot:
|
|
restart: unless-stopped
|
|
image: owlrandomshitbot
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.tgbot
|
|
env_file: ".env"
|
|
|
|
networks:
|
|
vpn_net:
|
|
driver: bridge
|