version: '3' services: wrench-stripe-micro: build: context: . dockerfile: Dockerfile restart: unless-stopped volumes: - ./:/app - '/app/node_modules' ports: - 3038:3000 environment: - PORT=${WRENCHJOB_PORT} - POSTGRE_URL=${WRENCHJOB_POSTGRE_URL} volumes: src: