Skip to content

fix: enable selinux for docker #39

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: enable selinux for docker #39

wants to merge 1 commit into from

Conversation

sweatybridge
Copy link
Collaborator

What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

What is the current behavior?

Please link any relevant issues here.

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

Copy link

github-actions bot commented Sep 17, 2024

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Validation Output

Success! The configuration is valid.


Terraform Plan 📖success

Show Plan

terraform
data.supabase_branch.all: Reading...
data.supabase_pooler.production: Reading...
data.supabase_branch.all: Read complete after 1s
data.supabase_pooler.production: Read complete after 2s

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # supabase_settings.production will be created
  + resource "supabase_settings" "production" {
      + api         = jsonencode(
            {
              + db_extra_search_path = "public,extensions"
              + db_schema            = "public,storage,graphql_public"
              + max_rows             = 1000
            }
        )
      + id          = (known after apply)
      + project_ref = "jgcajpecsmkatlbzsstn"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + pooler_url      = "postgresql://postgres.jgcajpecsmkatlbzsstn:[YOUR-PASSWORD]@aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres"

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pusher: @sweatybridge, Action: pull_request, Working Directory: supabase/remotes, Workflow: CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant