services: inventory: build: . ports: - "5000:5000" environment: DATABASE_PATH: /data/inventory.db volumes: - ./data:/data restart: unless-stopped