Giter Site home page Giter Site logo

Comments (7)

TheophileDiot avatar TheophileDiot commented on May 25, 2024 1

Hi @farzadha2, the issue should be fixed in the dev image, I'm running the staging tests right now, it should be available in the image testing as well when they will succeed, feel free to follow them here 👇 😄
https://github.com/bunkerity/bunkerweb/actions/runs/5928152232

from bunkerweb.

TheophileDiot avatar TheophileDiot commented on May 25, 2024

Hi @farzadha2, thank you opening this issue, could you provide us your configuration by any chance and also if there are any, the steps to reproduce your bug ? Thank you 🙏

from bunkerweb.

farzadha2 avatar farzadha2 commented on May 25, 2024

hi @TheophileDiot Thank you for the reply, sure this is my docker compose,
created from zero the installation


version: "3.5"

services:
  mybunker:
    image: bunkerity/bunkerweb:1.5.1
    ports:
      - 80:8080
      - 443:8443
    environment:
      - SERVER_NAME=admin.domain.com # replace with your domain
      - MULTISITE=yes
      - AUTO_LETS_ENCRYPT=yes
      - DISABLE_DEFAULT_SERVER=yes
      - USE_CLIENT_CACHE=yes
      - USE_GZIP=yes
      - API_WHITELIST_IP=127.0.0.0/8 10.20.30.0/24
      - admin.domain.com_USE_UI=yes
      - admin.domain.com_SERVE_FILES=no
      - admin.domain.com_USE_REVERSE_PROXY=yes
      - admin.domain.com_REVERSE_PROXY_URL=/changeme # replace with another url
      - admin.domain.com_REVERSE_PROXY_HOST=http://bw-ui:7000
      - admin.domain.com_INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504
    labels:
      - "bunkerweb.INSTANCE"
    networks:
      - bw-universe
      - bw-services

  bw-scheduler:
    image: bunkerity/bunkerweb-scheduler:1.5.1
    depends_on:
      - mybunker
    environment:
      - DOCKER_HOST=tcp://bw-docker-proxy:2375
    volumes:
      - bw-data:/data
    networks:
      - bw-universe
      - bw-docker

  bw-ui:
    image: bunkerity/bunkerweb-ui:1.5.1
    depends_on:
      - bw-docker-proxy
    environment:
      - DOCKER_HOST=tcp://bw-docker-proxy:2375
      - ADMIN_USERNAME=admin
      - ADMIN_PASSWORD=mypassword# replace with a stronger password
    volumes:
      - bw-data:/data
    networks:
      - bw-universe
      - bw-docker

  bw-docker-proxy:
    image: tecnativa/docker-socket-proxy:0.1
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    environment:
      - CONTAINERS=1
      - LOG_LEVEL=warning
    networks:
      - bw-docker

volumes:
  bw-data:
   driver: local-persist
   driver_opts:
     mountpoint: /waf/sites/bw-data



networks:
  bw-universe:
    name: bw-universe
    ipam:
      driver: default
      config:
        - subnet: 10.20.30.0/24
  bw-services:
  bw-docker:

from bunkerweb.

farzadha2 avatar farzadha2 commented on May 25, 2024

Thank you so much let me know so i can re try it again
Thank you again

from bunkerweb.

farzadha2 avatar farzadha2 commented on May 25, 2024

Hi @TheophileDiot quickquestion can you reminder how i can grab the dev branch to test it out? in my docker compose

from bunkerweb.

TheophileDiot avatar TheophileDiot commented on May 25, 2024

Hi @farzadha2, you just have to change the tag to dev (e.g. bunkerity/bunkerweb:dev) 😄

from bunkerweb.

farzadha2 avatar farzadha2 commented on May 25, 2024

awsome that did the trick on the dev testing it out on the dev branch

from bunkerweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.