Skip to content

Commit

Permalink
remove unsupported fields, remove flow-api
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 28, 2024
1 parent 8c92f5a commit eca72f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
timeout-minutes: 30
services:
catalog:
container_name: catalog
image: imresamu/postgis:15-3.4-alpine
ports:
- 9901:5432
environment:
env:
PGUSER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
Expand All @@ -33,11 +32,9 @@ jobs:
start_period: 60s

temporal:
container_name: temporal
depends_on:
catalog:
condition: service_healthy
environment:
- catalog
env:
- DB=postgresql
- DB_PORT=5432
- POSTGRES_USER=postgres
Expand All @@ -53,10 +50,9 @@ jobs:
kompose.volume.type: configMap

temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
- temporal
environment:
env:
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
- TEMPORAL_CLI_SHOW_STACKS=1
Expand Down
17 changes: 0 additions & 17 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,6 @@ x-flow-worker-env: &flow-worker-env
AWS_ENDPOINT: ${AWS_ENDPOINT:-}

services:
flow-api:
container_name: flow_api
build:
context: .
dockerfile: stacks/flow.Dockerfile
target: flow-api
args:
PEERDB_VERSION_SHA_SHORT: ${PEERDB_VERSION_SHA_SHORT:-}
ports:
- 8112:8112
- 8113:8113
environment:
<<: [*catalog-config, *flow-worker-env]
depends_on:
temporal-admin-tools:
condition: service_healthy

flow-snapshot-worker:
container_name: flow-snapshot-worker
build:
Expand Down

0 comments on commit eca72f3

Please sign in to comment.