Skip to content

Docker-compose configuration for local home network #32

Answered by CrescentKohana
3nsam asked this question in Q&A
Discussion options

You must be logged in to vote

Apologies for a bit late answer. Yes, everything should work fine on a home network without proper domain as well!

At the time of writing use the main branch releases of Mangatsu to get the latest changes:

  • ghcr.io/mangatsu/server:main
  • ghcr.io/mangatsu/web:main

Updated docker-compose.example.yml

Server

When it comes to the backend side of things there are three environmental variables you will want to keep your eye on.

  • MTSU_DOMAIN: I recommend setting it to localhost or to an IP used in the internal network
    • Used as the domain in the login cookies, and if MTSU_STRICT_ACAO is set true, to only allow access from the domain in question.
  • MTSU_STRICT_ACAO: I recommend 'false'
    • When true, …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by 3nsam
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants