mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
Add version lock to dockerfile and hide password
This commit is contained in:
parent
f5fda5d8ea
commit
84ee25e441
4 changed files with 72 additions and 25 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
pangolin:
|
||||
image: fosrl/pangolin:latest
|
||||
image: fosrl/pangolin:{{.PangolinVersion}}
|
||||
container_name: pangolin
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
@ -12,7 +12,7 @@ services:
|
|||
retries: 5
|
||||
|
||||
gerbil:
|
||||
image: fosrl/gerbil:latest
|
||||
image: fosrl/gerbil:{{.GerbilVersion}}
|
||||
container_name: gerbil
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue