Compare commits

...

4 Commits

Author SHA1 Message Date
Erik Huelsmann
21fd38d268 * Automatic Dockerfile update by release process 2022-12-10 16:53:04 -05:00
Erik Huelsmann
b540438bca Record dependency of nginx on lsmb service
This dependency causes the lsmbdata volume to be forcibly created from the lsmb container
which means that the correct assets will be copied in.
2022-11-30 23:37:33 +01:00
Erik Huelsmann
4c11eb8db5 * Automatic Dockerfile update by release process 2022-10-29 12:48:00 -04:00
Erik Huelsmann
f475330713 * Automatic Dockerfile update by release process 2022-10-22 14:35:38 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ ARG SRCIMAGE=debian:bullseye-slim
FROM $SRCIMAGE AS builder
ARG LSMB_VERSION="1.9.17"
ARG LSMB_VERSION="1.9.20"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"
@@ -51,7 +51,7 @@ LABEL org.opencontainers.image.description="LedgerSMB is a full featured double-
the LedgerSMB project is to bring high quality ERP and accounting capabilities\
to Small and Midsize Businesses."
ARG LSMB_VERSION="1.9.17"
ARG LSMB_VERSION="1.9.20"
ARG LSMB_DL_DIR="Releases"
ARG ARTIFACT_LOCATION="https://download.ledgersmb.org/f/$LSMB_DL_DIR/$LSMB_VERSION/ledgersmb-$LSMB_VERSION.tar.gz"

View File

@@ -17,6 +17,8 @@
version: "3.2"
services:
proxy:
depends_on:
- lsmb
image: nginx:1-alpine
volumes:
- "lsmbdata:/srv/ledgersmb"