Skip to content

Commit

Permalink
Do not auto start few containers when Docker starts (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Your Name <[email protected]>
  • Loading branch information
kesarwam and Your Name authored Jun 21, 2024
1 parent 1ce2cf0 commit c2e1f81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions 01_standalone_examples/prefect-integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
database:
image: postgres:15.2-alpine
container_name: database-prefect
restart: always
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand All @@ -18,7 +17,6 @@ services:
server:
image: prefecthq/prefect:2.10.17-python3.11
container_name: server-prefect
restart: always
volumes:
- prefect:/root/.prefect
entrypoint: ["/opt/prefect/entrypoint.sh", "prefect", "server", "start"]
Expand All @@ -40,7 +38,6 @@ services:
agent:
image: prefecthq/prefect:2.10.17-python3.11
container_name: agent-prefect
restart: always
entrypoint: ["/opt/prefect/entrypoint.sh", "prefect", "agent", "start", "-q", "YOUR_WORK_QUEUE_NAME"]
environment:
- PREFECT_API_URL=http://server:4200/api
Expand Down
1 change: 0 additions & 1 deletion 02_lakefs_enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ services:
interval: 10s
retries: 5
start_period: 5s
restart: always

fluffy:
image: "${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-0.4.0}"
Expand Down

0 comments on commit c2e1f81

Please sign in to comment.