mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
Add Docker Compose and Traefik configuration for Pangolin stack
This commit is contained in:
12
newt/compose.yml
Normal file
12
newt/compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
newt:
|
||||
image: fosrl/newt
|
||||
container_name: newt
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PANGOLIN_ENDPOINT=https://pangolin.acedanger.com
|
||||
- NEWT_ID=${NEWT_ID}
|
||||
- NEWT_SECRET=${NEWT_SECRET}
|
||||
labels:
|
||||
- diun.enable=true
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user