forked from data.coop/ansible
Pin rallly.
This commit is contained in:
parent
394e158c51
commit
f040880c26
|
@ -17,7 +17,7 @@
|
|||
services:
|
||||
rallly_db:
|
||||
image: "postgres:14-alpine"
|
||||
restart: "unless-stopped"
|
||||
restart: "always"
|
||||
shm_size: "256mb"
|
||||
networks:
|
||||
rallly_internal:
|
||||
|
@ -35,8 +35,8 @@
|
|||
com.centurylinklabs.watchtower.enable: "true"
|
||||
|
||||
rallly:
|
||||
image: "lukevella/rallly:latest"
|
||||
restart: "unless-stopped"
|
||||
image: "lukevella/rallly:a21f92bf74308d66cfcd545d49b81eba0211a222"
|
||||
restart: "always"
|
||||
networks:
|
||||
rallly_internal:
|
||||
external_services:
|
||||
|
|
Loading…
Reference in a new issue