update service names

This commit is contained in:
AbdBarho 2022-10-01 12:27:02 +02:00
parent f9eaaeeec4
commit c8d6ecccdd

View file

@ -30,7 +30,7 @@ services:
environment: environment:
- CLI_ARGS=--optimized-turbo - CLI_ARGS=--optimized-turbo
automatic1111: &automatic auto: &automatic
<<: *base_service <<: *base_service
profiles: ["auto"] profiles: ["auto"]
build: ./services/AUTOMATIC1111 build: ./services/AUTOMATIC1111
@ -38,11 +38,10 @@ services:
- *v1 - *v1
- *v2 - *v2
- ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json - ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json
- ./embeddings:/stable-diffusion-webui/embeddings
environment: environment:
- CLI_ARGS=--allow-code --medvram - CLI_ARGS=--allow-code --medvram
automatic1111-cpu: auto-cpu:
<<: *automatic <<: *automatic
profiles: ["auto-cpu"] profiles: ["auto-cpu"]
deploy: {} deploy: {}