mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 08:10:30 -04:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b12fdd9770 | ||
|
fe44578c0f | ||
|
e77dae7d1c | ||
|
74128eef35 | ||
|
a7326af5fa | ||
|
fbe602af1c |
@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:buster-slim
|
|||||||
|
|
||||||
FROM $SRCIMAGE AS builder
|
FROM $SRCIMAGE AS builder
|
||||||
|
|
||||||
ARG LSMB_VERSION="1.8.23"
|
ARG LSMB_VERSION="1.8.27"
|
||||||
ARG LSMB_DL_DIR="Releases"
|
ARG LSMB_DL_DIR="Releases"
|
||||||
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ FROM $SRCIMAGE
|
|||||||
MAINTAINER Freelock john@freelock.com
|
MAINTAINER Freelock john@freelock.com
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ARG LSMB_VERSION="1.8.23"
|
ARG LSMB_VERSION="1.8.27"
|
||||||
ARG LSMB_DL_DIR="Releases"
|
ARG LSMB_DL_DIR="Releases"
|
||||||
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@ services:
|
|||||||
lsmb:
|
lsmb:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
image: ledgersmb/ledgersmb:1.8
|
image: ghcr.io/ledgersmb/ledgersmb:1.8
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- default
|
- default
|
||||||
@@ -50,14 +50,13 @@ services:
|
|||||||
LSMB_WORKERS: 2
|
LSMB_WORKERS: 2
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# SSMTP_ROOT:
|
# LSMB_MAIL_SMTPHOST:
|
||||||
# SSMTP_HOSTNAME:
|
# LSMB_MAIL_SMTPPORT:
|
||||||
# SSMTP_MAILHUB:
|
# LSMB_MAIL_SMTPTLS:
|
||||||
# SSMTP_AUTH_USER:
|
# LSMB_MAIL_SMTPSENDER_HOSTNAME:
|
||||||
# SSMTP_AUTH_PASS:
|
# LSMB_MAIL_SMTPUSER:
|
||||||
# SSMTP_AUTH_METHOD:
|
# LSMB_MAIL_SMTPPASS:
|
||||||
# SSMTP_USE_STARTTLS:
|
# LSMB_MAIL_SMTPAUTHMECH:
|
||||||
# SSMTP_FROMLINE_OVERRIDE:
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# The PROXY_IP environment variable lets you set the IP address
|
# The PROXY_IP environment variable lets you set the IP address
|
||||||
|
Reference in New Issue
Block a user