This commit is contained in:
Jared Furlow 2025-05-10 20:11:42 -05:00
parent 2ed41d5dd5
commit 9d3a63e00d
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ FROM dxflrs/garage:v1.1.0
WORKDIR /opt/prod/app
COPY . .
RUN 'envsubst "$(env)" < garage.toml > garage-env-added.toml'
RUN envsubst "$(env)" < garage.toml > garage-env-added.toml
RUN cp garage-env-added.toml /etc/garage.toml

View File

@ -1,5 +1,5 @@
services:
bore-tunnel:
garage:
restart: unless-stopped
build:
context: .