This commit is contained in:
Max Buz
2025-01-27 22:54:26 +01:00
committed by GitHub
parent c915ef3ad5
commit 08b69416f8

View File

@@ -19,8 +19,8 @@ services:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
env_file: # env_file:
- stack.env # - stack.env
ports: ports:
- '2283:2283' - '2283:2283'
depends_on: depends_on:
@@ -40,8 +40,8 @@ services:
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable # service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes: volumes:
- model-cache:/cache - model-cache:/cache
env_file: # env_file:
- stack.env # - stack.env
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
disable: false disable: false