Skip to content

Commit

Permalink
make it docker runable
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa committed Sep 3, 2023
1 parent 2d8af77 commit 751e744
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ testsite/
db.sqlite3
test.db
test-some/
main.go
**/links.txt
test.py
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ services:
build:
context: .
container_name: v2ray_tester
environment:
- auth=1
restart: always

10 changes: 10 additions & 0 deletions start/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main

import (
"github.com/Kawaii-Konnections-KK-Limited/Hayasashiken/foreignusage"
)

func main() {

foreignusage.InitService(nil, nil)
}

0 comments on commit 751e744

Please sign in to comment.