[+] Dockerfile and docker compose config

This commit is contained in:
Azalea Gui
2023-01-03 04:04:55 -05:00
parent 9091fd2f0f
commit 849a414d3e
3 changed files with 20 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
version: "3.8"
services:
gh-tg:
container_name: gh-tg
ports:
- "127.0.0.1:14784:8080"
build: .
volumes:
- ".:/app:z"
restart: always