Coder Social home page Coder Social logo

Comments (3)

Hydrog3n avatar Hydrog3n commented on September 22, 2024

Hello @InVinCiblezz Did you well create the env file ?

from docker-flarum.

InVinCiblezz avatar InVinCiblezz commented on September 22, 2024

@Hydrog3n Sorry I just saw this.
I think I might have some problems with the env file. Could u share this with me?
Thanks a lot!

from docker-flarum.

LittleSheep2Code avatar LittleSheep2Code commented on September 22, 2024

You can try this docker-compose.yml:

version: "3"

services:
  flarum:
    image: mondedie/flarum:stable
    container_name: flarum_core
    environment:
      - DEBUG=false
      - FORUM_URL=http://forum.smartsheep.club
      - DB_HOST=mariadb
      - DB_NAME=flarum
      - DB_USER=flarum
      - DB_PASS=blablabla
      - DB_PREF=flarum_
      - DB_PORT=3306
      - FLARUM_ADMIN_USER=blablabla
      - FLARUM_ADMIN_PASS=blablabla
      - [email protected]
      - FLARUM_TITLE=SmartSheep Studio
    volumes:
      - /root/dt-applications/flarum/assets:/flarum/app/public/assets
      - /root/dt-applications/flarum/extensions:/flarum/app/extensions
      - /root/dt-applications/flarum/storage/logs:/flarum/app/storage/logs
      - /root/dt-applications/flarum/nginx:/etc/nginx/flarum
    ports:
      - 8888:8888
    depends_on:
      - mariadb

  mariadb:
    image: mariadb:10.5
    container_name: flarum_mariadb
    environment:
      - MYSQL_ROOT_PASSWORD=blablabla
      - MYSQL_DATABASE=flarum
      - MYSQL_USER=flarum
      - MYSQL_PASSWORD=blablabla
    volumes:
      - /root/dt-applications/flarum/mysql:/var/lib/mysql

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.