diff --git a/docker-compose.yaml b/docker-compose.yaml index 1edd3d5..57df90d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,6 +10,9 @@ services: ports: - "5433:5432" app: + ## Uncomment below to use remote image + # image: ghcr.io/posthog/whereintheworld + ## or below to use local image build: . volumes: - .:/home/whereintheworld/code