version: '3.4' services: joystream-aio: tty: true container_name: joystream-aio-$CHAIN_NAME privileged: true image: joystream-aio build: context: ./ args: - "JOYSTREAM_BRANCH=${JOYSTREAM_BRANCH}" - "RUNTIME_PROFILE=${RUNTIME_PROFILE}" volumes: - type: bind source: ./data target: /data - type: bind source: ./container-scripts target: /scripts ports: - "${GRAPHQL_SERVER_PORT}:8081" - "${NODE_PORT}:9944" command: bash