version: '3.8' services: fabric-api: build: . ports: - "8080:8080" volumes: - ./ENV:/root/.config/fabric/.env:ro environment: - GIN_MODE=release