refactor: Remove unused Llama service from docker-compose.dev.yml

This commit is contained in:
Simon Larsen
2024-06-18 21:47:40 +01:00
parent 3f315be279
commit 3c2af1dc38

View File

@@ -12,18 +12,6 @@ services:
context: .
dockerfile: ./Haraka/Dockerfile
llama:
extends:
file: ./docker-compose.base.yml
service: llama
ports:
- '8547:8547'
build:
network: host
context: .
dockerfile: ./Llama/Dockerfile
redis:
ports:
- '6310:6379'