Skip to content

1.2.3

Compare
Choose a tag to compare
@ubergeek77 ubergeek77 released this 03 Jul 02:14
· 81 commits to main since this release
1f3178b
  • Fixed an issue where the current version of Docker may not be detected properly

  • Custom environment variables are now supported by each service. Please create the respective files in order to use them:

    • *Note: these paths are relative to deploy.sh. Do not place these in ./live
    • ./custom/customCaddy.env
    • ./custom/customLemmy.env
    • ./custom/customLemmy-ui.env
    • ./custom/customPictrs.env
    • ./custom/customPostgres.env
    • ./custom/customPostfix.env
    • These files are environment files. In general, they follow the syntax VARIABLE=VALUE. For more info, please see the official Docker docs for the syntax of these files:
  • You may now supply a customPostgresql.conf file to your Postgres container. Copy it here in order to use it:

    • *Note: this path is relative to deploy.sh. Do not place this file in ./live
    • ./custom/customPostgresql.conf
    • This will be mounted over /etc/postgresql.conf in the Postgres container.
  • Improvements have been made to the first-time setup experience to reduce confusion for new users