2023-05-21 14:58:57 +02:00
|
|
|
# This file lets you change default settings without editing the docker-compose.yml
|
|
|
|
|
|
|
|
|
|
# To override settings:
|
|
|
|
|
# 1. Rename this file to ".env" or copy it
|
|
|
|
|
# 2. Uncomment the parts you want to override
|
|
|
|
|
# 3. to use default values, comment the line again
|
|
|
|
|
# Do this while the container is not running
|
|
|
|
|
# Don't forget to move/copy the files to the new location, if you changed mounts
|
|
|
|
|
# You can see the default values in docker-compose.yml
|
|
|
|
|
|
2023-05-24 08:11:41 +02:00
|
|
|
# For custom settings per profile you can use the command line to overwrite variables.
|
|
|
|
|
# It is also possible to use multiple .env files like .env-auto + .env-invoke and use the --env-file option.
|
|
|
|
|
# For more customisation use a docker-override.yml
|
|
|
|
|
# Delete your docker-override.yml and .env files to go back to defaults
|
|
|
|
|
|
2023-05-21 14:58:57 +02:00
|
|
|
##########################
|
|
|
|
|
### NETWORK ###
|
|
|
|
|
##########################
|
|
|
|
|
|
|
|
|
|
## The port on your machine ##
|
2023-05-24 08:11:41 +02:00
|
|
|
#WEBUI_PORT=7860
|
2023-05-21 14:58:57 +02:00
|
|
|
|
|
|
|
|
## Models, settings and other persistent files
|
2023-05-24 08:11:41 +02:00
|
|
|
#WEBUI_DATA_VOL=./data
|
2023-05-21 14:58:57 +02:00
|
|
|
|
|
|
|
|
## Target path for generated images ##
|
2023-05-24 08:11:41 +02:00
|
|
|
#WEBUI_OUT_VOL=./output
|
2023-05-21 14:58:57 +02:00
|
|
|
|
|
|
|
|
##########################
|
|
|
|
|
### CONTAINER SETTINGS ###
|
|
|
|
|
##########################
|
|
|
|
|
|
2023-05-24 08:11:41 +02:00
|
|
|
#WEB_UI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|