Giter Site home page Giter Site logo

cant deploy about linkstack-docker HOT 11 OPEN

wildmarkos avatar wildmarkos commented on June 9, 2024
cant deploy

from linkstack-docker.

Comments (11)

lastsamurai26 avatar lastsamurai26 commented on June 9, 2024 1
`version: '3'
services:
  linkstack:
    container_name: linkstack
    image: linkstackorg/linkstack
    environment:
      - HTTP_SERVER_NAME="domain.me" 
      - HTTPS_SERVER_NAME="domain.me"
      - SERVER_ADMIN="[email protected]"
      - TZ="Europe/Berlin"
      - PHP_MEMORY_LIMIT="512M"
      - UPLOAD_MAX_FILESIZE="8M"
    restart: always
    volumes:
      - /opt/containers/ls_data/httpdocs:/htdocs
      - /opt/containers/ls_data/ssl_apache:/etc/ssl/apache2
    networks:
      - traefik_web
networks:
  traefik_web:
   external: true`

this is my compose and it works, the only things is you need to fill the folder by yourself ;)

from linkstack-docker.

lastsamurai26 avatar lastsamurai26 commented on June 9, 2024

Can you show us your docker compose. Iff you using your own folder and not the docker volume please fill the folder on your own and set inside of the container apache:apache to the folders

from linkstack-docker.

wildmarkos avatar wildmarkos commented on June 9, 2024

trying to deploy via:
https://hub.docker.com/r/linkstackorg/linkstack

it is using:
https://github.com/LinkStackOrg/linkstack-docker/blob/main/docker-compose.yml

also tested with some changes in docker-compose.yml via fork, with not success.
here: https://github.com/wildmarkos/linkstack-docker/blob/main/docker-compose.yml

investigating seems that could be that free accs doesnt have storage in Render.com(?)

from linkstack-docker.

wildmarkos avatar wildmarkos commented on June 9, 2024

Seems that is the same issue #111

from linkstack-docker.

lastsamurai26 avatar lastsamurai26 commented on June 9, 2024

ok
if you are using this
volumes:
- /opt/containers/ls/httpdocs:/htdocs

then you need to fill the Folder on your own 

if you using this
volumes:
- ls_data:/htdocs

and at the End of the file

volumes:
ls_data:
the it works without filling

from linkstack-docker.

wildmarkos avatar wildmarkos commented on June 9, 2024

updated like this:
https://github.com/wildmarkos/linkstack-docker/blob/main/docker-compose.yml

but seems that is problem that the free version of render doesnt support mount storage, can it be the problem? is there a workaround to deplot it without storage?

from linkstack-docker.

wildmarkos avatar wildmarkos commented on June 9, 2024

do you know any service that can host and run this in free tier?

from linkstack-docker.

saschabrockel avatar saschabrockel commented on June 9, 2024

I don't get why it has to be added manually. I mean every Docker service I know just works without an extra specified volume. And where do I get the files that belong to /htdocs?

For me, it was even worse. I had set up everything. I restarted Docker and realized everything was gone. Then I goddamn realized that there was nothing saved in the folder. I still don't know how it even used to work and saved my changes.

I guess that is maybe what happened to me: #2

from linkstack-docker.

lastsamurai26 avatar lastsamurai26 commented on June 9, 2024

you need to unzip the download https://github.com/linkstackorg/linkstack/releases/latest/download/linkstack.zip into the /htdocs folder an in side of the docker you need to ues chwon -R apache:apache /htdocs

Unraid is maintaned by one of our community

from linkstack-docker.

saschabrockel avatar saschabrockel commented on June 9, 2024

@lastsamurai26 thank you but where is the difference in the unRAID package?

from linkstack-docker.

lastsamurai26 avatar lastsamurai26 commented on June 9, 2024

@lastsamurai26 thank you but where is the difference in the unRAID package?

There should be no difference, but the config for Unraid was not provided by us but by the community because we cannot test it.

from linkstack-docker.

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.