Update docker-compose.yml

comment tmpfs as untested
This commit is contained in:
LRVT 2023-03-02 12:28:36 +01:00 committed by GitHub
parent 4630de7070
commit 36428c2c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ version: "2.4"
services: services:
whoogle-search: whoogle-search:
image: ${WHOOGLE_IMAGE:-benbusby/whoogle-search} image: benbusby/whoogle-search
container_name: whoogle-search container_name: whoogle-search
restart: unless-stopped restart: unless-stopped
pids_limit: 50 pids_limit: 50
@ -16,10 +16,10 @@ services:
- no-new-privileges - no-new-privileges
cap_drop: cap_drop:
- ALL - ALL
tmpfs: #tmpfs:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/whoogle/config/:size=10M,uid=927,gid=927,mode=1700 # - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/whoogle/config/:size=10M,uid=927,gid=927,mode=1700
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/whoogle/var/lib/tor/:size=15M,uid=927,gid=927,mode=1700 # - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/whoogle/var/lib/tor/:size=15M,uid=927,gid=927,mode=1700
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/whoogle/run/tor/:size=1M,uid=927,gid=927,mode=1700 # - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/whoogle/run/tor/:size=1M,uid=927,gid=927,mode=1700
#environment: # Uncomment to configure environment variables #environment: # Uncomment to configure environment variables
# Basic auth configuration, uncomment to enable # Basic auth configuration, uncomment to enable
#- WHOOGLE_USER=<auth username> #- WHOOGLE_USER=<auth username>
@ -45,4 +45,4 @@ services:
#env_file: # Alternatively, load variables from whoogle.env #env_file: # Alternatively, load variables from whoogle.env
#- whoogle.env #- whoogle.env
ports: ports:
- 5000:5000 - 5000:5000