Giter VIP home page Giter VIP logo

Comments (3)

robguthrie avatar robguthrie commented on July 30, 2024

oh wow. That just sounds horrible. sorry you have to deal with it.

I don't really want to work on that problem (for free) though, it's clearly not a problem with Loomio, it's AWS, docker, docker-compose etc.

If you want pro support I'm happy to help - you can buy a block of hours of my time, get in touch via [email protected] if you like.

from loomio-deploy.

kawigreen14r avatar kawigreen14r commented on July 30, 2024

For those who might have the same problem, I was able to get the server to respond. The answer was a simple goof on my part. In the docker-compose.yml file, I didn't change the original ports command from EXPOSE to simply PORTS in the app definition. Converted expose to ports, and viola, the app came up.

services: app: container_name: loomio-app image: ${LOOMIO_CONTAINER_IMAGE}:${LOOMIO_CONTAINER_TAG} restart: unless-stopped expose: - 80:3000 env_file: ./.env environment: - VIRTUAL_HOST=${CANONICAL_HOST} - DATABASE_URL=postgresql://postgres:password@db/loomio_production - REDIS_URL=redis://redis:6379 volumes: - ./uploads:/loomio/public/system - ./storage:/loomio/storage - ./files:/loomio/public/files - ./plugins:/loomio/plugins/docker - ./import:/import - ./tmp:/loomio/tmp depends_on: - db - redis

from loomio-deploy.

robguthrie avatar robguthrie commented on July 30, 2024

Glad you sorted it out. Nice work.

from loomio-deploy.

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.