Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pg_tileserv to docker-compose.yml #2617

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

JinIgarashi
Copy link
Contributor

@JinIgarashi JinIgarashi commented Jan 3, 2024

Thank you for submitting a pull request!

Description

added pg_tileserv to docker-compose.yml

cp sites/geohub/.env docker/.env
make docker-up

Then, titiler and pg_tileserv will be running in backend.

after that, in another terminal to run make dev to launch geohub (don't forget to set pgtileserv and titiler's localhost URL in .env)

Type of Pull Request

  • Adding a feature
  • Fixing a bug
  • Maintaining documents
  • Adding tests
  • Others ()

Verify the followings

  • Code is up-to-date with the develop branch
  • No build errors after pnpm build
  • No lint errors after pnpm lint
  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check
  • Make sure all the existing features working well

Changesets

  • If your PR makes a change under packages folder that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts. Changesets that add features should be minor and those that fix bugs should be patch. Please prefix changeset messages with feat:, fix:, or chore:.

Refer to CONTRIBUTING.MD for more information.

┆Issue is synchronized with this Wrike task by Unito

@JinIgarashi JinIgarashi self-assigned this Jan 3, 2024
@auto-assign auto-assign bot requested review from iferencik and Thuhaa January 3, 2024 12:30
Copy link

changeset-bot bot commented Jan 3, 2024

⚠️ No Changeset found

Latest commit: 3e5e274

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@JinIgarashi JinIgarashi merged commit 3fd3a61 into develop Jan 3, 2024
14 checks passed
@JinIgarashi JinIgarashi deleted the add-pgtileserv-to-docker branch January 3, 2024 12:38
@JinIgarashi JinIgarashi linked an issue Jan 3, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] create docker-compose environment for all environment
1 participant