version: '3.5' services: bitgo: image: bitgosdk/express:latest container_name: bitgo_express environment: BITGO_ENV: test BITGO_PORT: 4000 ports: - "4000:4000" restart: unless-stopped