feat: Initial commit
This commit is contained in:
7
compose.yaml
Normal file
7
compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
newt:
|
||||
image: fosrl/newt
|
||||
container_name: newt
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
3
example.env
Normal file
3
example.env
Normal file
@@ -0,0 +1,3 @@
|
||||
PANGOLIN_ENDPOINT="https://pangolin.housh.dev"
|
||||
NEWT_ID=""
|
||||
NEWT_SECRET=""
|
||||
Reference in New Issue
Block a user