eantyshev commented on code in PR #23782:
URL: https://github.com/apache/beam/pull/23782#discussion_r1005297434


##########
learning/tour-of-beam/backend/docker-compose.yml:
##########
@@ -17,12 +17,19 @@ version: "3"
 
 services:
   datastore:
-    build: internal/storage/image
+    build: integration_tests/emulators/datastore 
     volumes:
       - ${DATASTORE_EMULATOR_DATADIR}:/opt/data
     environment:
-      - DATASTORE_PROJECT_ID=project-test
+      - DATASTORE_PROJECT_ID

Review Comment:
   it's a special syntax for [passing variables in 
container](https://docs.docker.com/compose/environment-variables/#pass-environment-variables-to-containers)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to