Add compose-configs/rens/compose.yml

This commit is contained in:
gigirassy
2025-11-10 16:55:02 +01:00
parent b796341353
commit 92fcbec711
+18
View File
@@ -0,0 +1,18 @@
# google lens frontend
services:
rens:
container_name: rens
restart: unless-stopped
build: .
init: true
ports:
- "127.0.0.1:4664:4664"
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
volumes:
- type: bind
source: ./cookies.txt
target: /cookies.txt
read_only: false