services: pacco: build: . ports: - "8080:8000" volumes: - ./data:/data environment: - "RUST_LOG=info" - "ROCKET_ADDRESS=0.0.0.0"