services: magpie: image: magpie:latest container_name: magpie build: . restart: unless-stopped env_file: - .env.production ports: - "127.0.0.1:8090:8090" volumes: - magpie-data:/var/lib/magpie volumes: magpie-data: