version: '3.7' services: lilium: image: lilium-front restart: always build: context: . dockerfile: Dockerfile target: local ports: - 9000:9000 volumes: - .:/app networks: salix-stack-network: driver: host