mirror of
https://github.com/fosrl/newt.git
synced 2025-05-12 21:20:39 +01:00
10 lines
No EOL
289 B
YAML
10 lines
No EOL
289 B
YAML
services:
|
|
newt:
|
|
image: fosrl/newt:latest
|
|
container_name: newt
|
|
restart: unless-stopped
|
|
environment:
|
|
- PANGOLIN_ENDPOINT=https://example.com
|
|
- NEWT_ID=2ix2t8xk22ubpfy
|
|
- NEWT_SECRET=nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2
|
|
- LOG_LEVEL=DEBUG |