Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c838ab214 |
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
newt:
|
newt:
|
||||||
container_name: newt
|
container_name: newt
|
||||||
image: fosrl/newt:1.12.2
|
image: fosrl/newt:1.12.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT}
|
- PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: pangolin
|
|||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
image: ghcr.io/fosrl/pangolin:1.18.1
|
image: ghcr.io/fosrl/pangolin:1.18.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: pangolin
|
|||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
image: ghcr.io/fosrl/pangolin:1.18.1
|
image: ghcr.io/fosrl/pangolin:1.18.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
|
|||||||
Reference in New Issue
Block a user