Coder Social home page Coder Social logo

Comments (2)

pojntfx avatar pojntfx commented on May 23, 2024

Using the following command, I was able to install bazar and then install extensions with it from the admin panel (it showed errors while installing them, but they worked flawlessly anyways) from inside the container:

sh -c "cd /flarum/app; composer require flagrow/bazaar;"

My docker-compose:

version: "3"

services:
  web:
    image: mondedie/docker-flarum:0.1.0-beta.7.1-stable
    ports:
      - "8888:8888"
    environment:
      - FORUM_URL=http://192.168.178.44
      - DB_PASS=YOUR_PASSWORD_HERE
      - DEBUG=true
    networks:
      - opensdcp-forum
    volumes:
      - opensdcp-forum-web-assets-data:/flarum/app/assets
      - opensdcp-forum-web-extensions-data:/flarum/app/extensions
    depends_on:
      - db

  db:
    image: mariadb:10.1
    environment:
      - MYSQL_ROOT_PASSWORD=YOUR_PASSWORD_HERE
      - MYSQL_DATABASE=flarum
      - MYSQL_USER=YOUR_USERNAME_HERE
      - MYSQL_PASSWORD=YOUR_PASSWORD_HERE
    networks:
      - opensdcp-forum
    volumes:
      - opensdcp-forum-db-data:/var/lib/mysql

networks: 
  opensdcp-forum:

volumes: 
  opensdcp-forum-web-assets-data:
  opensdcp-forum-web-extensions-data:
  opensdcp-forum-db-data:

from docker-flarum.

hardware avatar hardware commented on May 23, 2024

It does not work for me, even with your method. You don't have any of this errors : extiverse/bazaar#110 ?

Another docker mystery I suppose...

from docker-flarum.

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.