mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 16:20:29 -04:00
Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ae687da108 | ||
|
6bc115c7e6 | ||
|
d7bf3b30a0 | ||
|
8d6e8fe95b | ||
|
3156651671 | ||
|
0205b40bd2 | ||
|
84130b47f3 | ||
|
d27017e309 | ||
|
f3420feb36 | ||
|
82445543de | ||
|
99a21f8e7d | ||
|
74aa2920da | ||
|
821d59fb79 | ||
|
409aeefd56 |
@@ -2,7 +2,7 @@ FROM debian:buster-slim
|
|||||||
MAINTAINER Freelock john@freelock.com
|
MAINTAINER Freelock john@freelock.com
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ARG LSMB_VERSION="1.8.4"
|
ARG LSMB_VERSION="1.8.15"
|
||||||
ARG LSMB_DL_DIR="Releases"
|
ARG LSMB_DL_DIR="Releases"
|
||||||
|
|
||||||
# Install Perl, Tex, Starman, psql client, and all dependencies
|
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||||
|
@@ -4,8 +4,8 @@ Dockerfile for LedgerSMB Docker image
|
|||||||
|
|
||||||
# Supported tags
|
# Supported tags
|
||||||
|
|
||||||
- `1.8` - Preview version for the 1.8 branch
|
- `1.8`, `1.8.x`, `latest` - Latest official release from the 1.8 branch
|
||||||
- `1.7`, `1.7.x`, `latest` - Latest official release from 1.7 branch
|
- `1.7`, `1.7.x` - Latest official release from 1.7 branch
|
||||||
- `1.6`, `1.6.x` - Latest official release from 1.6 branch
|
- `1.6`, `1.6.x` - Latest official release from 1.6 branch
|
||||||
- `1.5`, `1.5.30` - Last official release from 1.5 branch
|
- `1.5`, `1.5.30` - Last official release from 1.5 branch
|
||||||
- `1.4`, `1.4.42` - Last official release from 1.4 branch
|
- `1.4`, `1.4.42` - Last official release from 1.4 branch
|
||||||
|
@@ -28,18 +28,18 @@ services:
|
|||||||
lsmb:
|
lsmb:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
image: ledgersmb/ledgersmb:1.7
|
image: ledgersmb/ledgersmb:1.8
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- default
|
- default
|
||||||
# Uncomment the 'ports' section to map the LedgerSMB container port (5762)
|
# Comment the 'ports' section to disable mapping the LedgerSMB container port (5762)
|
||||||
# to the host's port of the same number, thus making LedgerSMB
|
# to the host's port of the same number, thus making LedgerSMB
|
||||||
# available on http://<host-dns-or-ip>:5762/
|
# available on http://<host-dns-or-ip>:5762/
|
||||||
# SECURITY NOTE: Do this for evaluation purposes only!
|
# SECURITY NOTE: Do this for evaluation purposes only!
|
||||||
# In production, be sure to use SSL/TLS to protect user's passwords
|
# In production, be sure to use SSL/TLS to protect user's passwords
|
||||||
# and other sensitive data
|
# and other sensitive data
|
||||||
# ports:
|
ports:
|
||||||
# - "5762:5762"
|
- "5762:5762"
|
||||||
environment:
|
environment:
|
||||||
# The LSMB_WORKERS environment variable lets you select the number
|
# The LSMB_WORKERS environment variable lets you select the number
|
||||||
# of processes serving HTTP requests. The default number of 2 workers
|
# of processes serving HTTP requests. The default number of 2 workers
|
||||||
|
Reference in New Issue
Block a user