mirror of
https://codeberg.org/gigirassy/nixos-server-config
synced 2026-08-30 23:37:41 +00:00
Add compose-configs/rens/compose.yml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user