10 lines
250 B
YAML
10 lines
250 B
YAML
services:
|
|
newt:
|
|
image: fosrl/newt
|
|
container_name: newt
|
|
restart: unless-stopped
|
|
environment:
|
|
PANGOLIN_ENDPOINT: "${PANGOLIN_ENDPOINT:?}"
|
|
NEWT_ID: "${NEWT_ID:?}"
|
|
NEWT_SECRET: "${NEWT_SECRET:?}"
|
|
network_mode: host |