Jump to content
  • 0

Baserow через Keendns


zaborianin

Question

Всем привет!

Есть ли у кого-то опыт вывода приложения Baserow через KeenDNS через облако keenetic?

Это код docker compose:

# Define the version of Docker Compose being used.
version: "3"

# Define the services that will be managed by Docker Compose.
services:
  # Configuration for the Baserow service.
  baserow:
    # Set the name of the Docker container.
    container_name: baserow

    # Use the specified Docker image for Baserow and specify its version.
    image: baserow/baserow:1.26.1

    # Set environment variables for Baserow.
    environment:
      # Set the public URL for Baserow to use.
      BASEROW_PUBLIC_URL: "http://[CASAOS_IP]:7300"

    # Map ports from the host machine to the Baserow container.
    ports:
      - "7300:80" # Map port 7300 on the host to port 80 in the container.
      - "7301:443" # Map port 7301 on the host to port 443 in the container.

    # Define volumes to persist data between container restarts.
    volumes:
      - /DATA/AppData/baserow/data:/baserow/data

 

По адресу домена 4 уровня, который выдаёт Keenetic, выводится окно входа. Но дальше нет доступа к API сервера.

Любые поиски по теме приводят к тому, что доменное имя нужно вписывать в строку: BASEROW_PUBLIC_URL

Но в таком случае доступа к Baserow нет даже по локальной сети. Пишет: site not found

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...