version: '3.7' services: voice-assistant: container_name: voice-assistant build: context: . dockerfile: Dockerfile restart: unless-stopped ports: - "8000:8000" networks: smart_home: ipv4_address: 172.21.0.30 # db: # image: pgvector/pgvector:pg16 # restart: always # environment: # - POSTGRES_USER=postgres # - POSTGRES_PASSWORD=postgres # ports: # - '5433:5432' # volumes: # - db:/var/lib/postgresql/data volumes: db: driver: local networks: smart_home: external: name: smart_home