Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose.yml #1

Open
cfoellmann opened this issue Feb 17, 2023 · 1 comment
Open

docker-compose.yml #1

cfoellmann opened this issue Feb 17, 2023 · 1 comment

Comments

@cfoellmann
Copy link

hi,
I did reply to the post on the hibiscus forums but wanted to track the "issue" here.

Can you add a sample docker-compose.yml?

I did not have the time for any testing, yet. But I do not see how to give my settings to the container.
Where can I map anything that makes sense?

I am going to use an existing mariadb container so at least I need to set the connection string, right?
The dockerfile does not contain any ENVs that I could use.

Thanks for the work on this!

@schtobia schtobia mentioned this issue May 1, 2023
@IARI
Copy link
Owner

IARI commented Oct 17, 2023

Hi @cfoellmann, sorry for the late reply.

I added an example docker-compose file that uses traefik as reverse proxy.
The docker file is very simple, it doiesnt set the config up for you.
I'm mounting volumes

volumes:
  - hibiscus_cfg:/opt/hibiscus-server/cfg
  - jameica_data:/root/.jameica

The config has to be done there manually as of now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants