Add version lock to dockerfile and hide password

This commit is contained in:
Owen Schwartz 2025-01-12 10:39:27 -05:00
parent f5fda5d8ea
commit 84ee25e441
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
4 changed files with 72 additions and 25 deletions

View file

@ -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: