Added Newt service for Pangolin
This commit is contained in:
committed by
shaun collins
parent
371fff18c0
commit
011ac8df08
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
Ace/
|
Ace/
|
||||||
Database/
|
Database/
|
||||||
|
BoilerPlate/
|
||||||
|
|
||||||
Gitea/gitea/
|
Gitea/gitea/
|
||||||
Gitea/mysql/
|
Gitea/mysql/
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
up:
|
||||||
|
docker-compose up -d
|
||||||
|
|
||||||
|
down:
|
||||||
|
docker-compose down
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
newt:
|
||||||
|
image: fosrl/newt
|
||||||
|
container_name: newt
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PANGOLIN_ENDPOINT=https://pangolin.shaunc.co.uk
|
||||||
|
- NEWT_ID=gvtjhqk6jt0nhm8
|
||||||
|
- NEWT_SECRET=7embjtb7eg2c1tl8njr6igfk1lm6fooz6df2bfiqqzwfulbp
|
||||||
|
networks:
|
||||||
|
- lingen
|
||||||
|
networks:
|
||||||
|
lingen:
|
||||||
|
driver: bridge
|
||||||
Reference in New Issue
Block a user