Skip to content

Commit

Permalink
move docker-compose.yml to inst
Browse files Browse the repository at this point in the history
  • Loading branch information
jarodmeng committed Jan 3, 2025
1 parent 8ab1462 commit 1e58bca
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup-presto-trino-servers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
# Start Docker Compose services
- name: Start services with Docker Compose
run: |
docker-compose up -d
docker-compose -f inst/docker-compose.yml up -d
shell: bash

# Ensure Presto and Trino servers are running
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml → inst/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- "8080:8080"
volumes:
- ./prestodb_presto/etc:/opt/presto-server/etc
- ./inst/prestodb_presto/etc:/opt/presto-server/etc
restart: unless-stopped

trino:
Expand All @@ -14,5 +14,5 @@ services:
ports:
- "8090:8080"
volumes:
- ./trinodb_trino/etc:/usr/lib/trino/etc
- ./inst/trinodb_trino/etc:/usr/lib/trino/etc
restart: unless-stopped
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1e58bca

Please sign in to comment.