diff --git a/services/NextExplorer/deployment-nextexplorer.yaml b/services/NextExplorer/deployment-nextexplorer.yaml index de9397c..f4b944b 100644 --- a/services/NextExplorer/deployment-nextexplorer.yaml +++ b/services/NextExplorer/deployment-nextexplorer.yaml @@ -17,13 +17,14 @@ spec: spec: containers: - name: nextexplorer - image: ghcr.io/cerede2000/explorer:3.5.0-lean + image: ghcr.io/cerede2000/explorer:3.7.0-lean env: - name: PUBLIC_URL -# value: https://st.itch.fyi value: https://st.itch.fyi - - name: SESSION_SECRET - value: VPd67z54NMceyvnPNaSCtktuePTbcIPU + - name: TRASH_ENABLED + value: "false" + - name: VERSIONS_ENABLED + value: "false" ports: - name: web containerPort: 3000