diff --git a/compose-configs/rens/compose.yml b/compose-configs/rens/compose.yml new file mode 100644 index 0000000..73b093d --- /dev/null +++ b/compose-configs/rens/compose.yml @@ -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 \ No newline at end of file