diff --git a/templates/compose/rybbit.yaml b/templates/compose/rybbit.yaml index 1b3ce16af..3c8f7564c 100644 --- a/templates/compose/rybbit.yaml +++ b/templates/compose/rybbit.yaml @@ -6,7 +6,7 @@ services: rybbit: - image: 'ghcr.io/rybbit-io/rybbit-client:latest' + image: 'ghcr.io/rybbit-io/rybbit-client:v1.6.1' environment: - SERVICE_URL_RYBBIT_3002 - NODE_ENV=production @@ -22,7 +22,7 @@ services: start_period: 10s rybbit_backend: - image: 'ghcr.io/rybbit-io/rybbit-backend:latest' + image: 'ghcr.io/rybbit-io/rybbit-backend:v1.6.1' environment: - NODE_ENV=production - TRUST_PROXY=true