mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(dev): move envs to image (#5906)
This commit is contained in:
parent
092a23fd7f
commit
f602295bf9
3 changed files with 7 additions and 7 deletions
|
|
@ -19,8 +19,6 @@ x-server-build: &server-common
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 1048576
|
||||
|
|
@ -87,8 +85,6 @@ services:
|
|||
- model-cache:/cache
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
depends_on:
|
||||
- database
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ services:
|
|||
# volumes:
|
||||
# - /usr/lib/wsl:/usr/lib/wsl # If using VAAPI in WSL2
|
||||
# environment:
|
||||
# - NVIDIA_DRIVER_CAPABILITIES=all # If using NVIDIA GPU
|
||||
# - LD_LIBRARY_PATH=/usr/lib/wsl/lib # If using VAAPI in WSL2
|
||||
# - LIBVA_DRIVER_NAME=d3d12 # If using VAAPI in WSL2
|
||||
# deploy: # Uncomment this section if using NVIDIA GPU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue