Joseph Lim
02/22/2022, 2:17 PMTomer Cagan
02/24/2022, 12:25 PMDylan
02/25/2022, 10:46 PMversion: '3'
services:
python-repl:
image: prefect
entrypoint: "/bin/bash"
volumes:
- "workspace:/home/workspace/"
ports:
- "4200:4200"
prefect-backend-only:
image: prefect
command: prefect backend server && prefect agent local start && prefect server start
volumes:
- "workspace:/home/workspace/prefect-server"
prefect-full-stack:
image: prefect
command: prefect server start
volumes:
- "workspace:/home/workspace/prefect-server"
volumes:
workspace:
the dockerfile I used to build the prefect
image above is just a python image I’ve installed conda and prefect on. I can run the prefect backend server
command just fine but it blows up on prefect agent local start
with
requests.exceptions.ConnectionError: HTTPConnectionPool(host='apollo', port=4200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x4004761130>: Failed to establish a new connection: [Errno -2] Name or service not known'))
I could just be missing some docker-compose pieces, and ideally I could re-use the docker-compose pieces your development team uses for the local dev stack.Dylan
02/25/2022, 10:48 PMDylan
02/25/2022, 10:49 PMDylan
02/25/2022, 10:58 PMprefect server start
Dylan
02/25/2022, 10:58 PMDylan
02/25/2022, 10:58 PMroot@e2ab16a5e319:/# prefect server start
...
...
FileNotFoundError: [Errno 2] No such file or directory: 'docker-compose'
Dylan
02/25/2022, 10:58 PMDylan
02/25/2022, 10:58 PMDarren Burton
03/03/2022, 3:03 AMEvgeniya Sukhodolskaya
03/04/2022, 3:43 PMVijay Kalvakuntla
03/08/2022, 12:13 AMThe Chosen One
03/08/2022, 10:05 PMkensuke matsuura
03/10/2022, 10:46 AMTom
03/10/2022, 3:42 PMLalit Pagaria
03/11/2022, 12:04 PMDillon Lindsay
03/11/2022, 5:54 PMClayton Smith
03/14/2022, 1:11 AMChristopher Leyon
03/14/2022, 2:20 PMhayk c.
03/15/2022, 12:33 AMHenry Saba
03/16/2022, 12:29 AMChris Turnbull
03/16/2022, 9:33 AMAndrew Lane
03/17/2022, 4:51 PMDanil Dubovik
03/18/2022, 6:49 AMlialzm
03/18/2022, 6:53 AMBenoit de Bernardy
03/20/2022, 8:56 PMFlorian Guily
03/21/2022, 4:27 PMGopal Sinha
03/22/2022, 10:01 AMGopal Sinha
03/22/2022, 10:02 AMGopal Sinha
03/22/2022, 10:02 AMAnna Geller
03/22/2022, 10:08 AMGopal Sinha
03/22/2022, 10:10 AMChris Reuter
03/22/2022, 10:40 AMjustabill
03/22/2022, 12:19 PMStéphan Taljaard
03/22/2022, 12:55 PMKevin Kho
03/22/2022, 2:20 PMJoseph Desjardins
03/22/2022, 2:41 PMDylan
03/22/2022, 9:44 PMChristina Lopez
03/23/2022, 7:41 PMDavid Abraham
03/24/2022, 12:21 AM