mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-15 16:50:31 -04:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
82e2dd4839 | ||
|
4cb2cad5c1 | ||
|
c5c0575c94 | ||
|
b4ed837573 |
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
MAINTAINER Freelock john@freelock.com
|
MAINTAINER Freelock john@freelock.com
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ENV LSMB_VERSION 1.6.0
|
ENV LSMB_VERSION 1.6.3
|
||||||
|
|
||||||
|
|
||||||
# Install Perl, Tex, Starman, psql client, and all dependencies
|
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||||
|
11
README.md
11
README.md
@@ -3,10 +3,9 @@ Dockerfile for LedgerSMB Docker image
|
|||||||
|
|
||||||
# Supported tags
|
# Supported tags
|
||||||
|
|
||||||
- `1.5`, `1.5.x`, `latest` - Latest release tarball from 1.5 branch
|
- `1.6`, `1.6.x`, `latest` - Latest release tarball from 1.6 branch
|
||||||
|
- `1.5`, `1.5.x` - Latest release tarball from 1.5 branch
|
||||||
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
|
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
|
||||||
- `master` - Master branch from git, unstable
|
|
||||||
- `master-dev`, `1.5-dev` - Containers to kick off a development setup
|
|
||||||
|
|
||||||
|
|
||||||
# What is LedgerSMB?
|
# What is LedgerSMB?
|
||||||
@@ -40,12 +39,12 @@ could require additional setup of a mail service or CUPS printer service.
|
|||||||
The quickest way to get this image up and running is by using the
|
The quickest way to get this image up and running is by using the
|
||||||
`docker-compose` file available through the GitHub repository at:
|
`docker-compose` file available through the GitHub repository at:
|
||||||
|
|
||||||
https://github.com/ledgersmb/ledgersmb-docker/blob/1.5/docker-compose.yml
|
https://github.com/ledgersmb/ledgersmb-docker/blob/1.6/docker-compose.yml
|
||||||
|
|
||||||
which sets up both this image and a supporting database image for
|
which sets up both this image and a supporting database image for
|
||||||
production purposes (i.e. with persistent (database) data, with the
|
production purposes (i.e. with persistent (database) data, with the
|
||||||
exception of one thing: setting up an Nginx or Apache reverse proxy
|
exception of one thing: setting up an Nginx or Apache reverse proxy
|
||||||
with TLS 1.2 support -- a requirement if you want to access your
|
with TLS 1.2/1.3 support -- a requirement if you want to access your
|
||||||
installation over any type of network.
|
installation over any type of network.
|
||||||
|
|
||||||
# How to use this image
|
# How to use this image
|
||||||
@@ -139,7 +138,7 @@ affect the performance experience of users.
|
|||||||
|
|
||||||
## Mail configuration
|
## Mail configuration
|
||||||
|
|
||||||
The docker image uses `ssmtp` to send mail.
|
The docker image uses `ssmtp` to send mail.
|
||||||
|
|
||||||
* `SSMTP_ROOT` (config: `Root`)
|
* `SSMTP_ROOT` (config: `Root`)
|
||||||
* `SSMTP_MAILHUB` (config: `Mailhub`)
|
* `SSMTP_MAILHUB` (config: `Mailhub`)
|
||||||
|
Reference in New Issue
Block a user