mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-02-07 17:49:33 +00:00
Set the environment variable ADVLABDB_DATA_DIR in the Containerfile
This commit is contained in:
parent
889112d475
commit
28a75a9361
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,8 @@ FROM docker.io/library/python:3.11-slim
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
ENV ADVLABDB_DATA_DIR=/volumes/data
|
||||
|
||||
WORKDIR /volumes/repo
|
||||
|
||||
COPY requirements.txt .
|
||||
|
|
|
@ -10,7 +10,6 @@ services:
|
|||
- ../data:/volumes/data:Z
|
||||
- ../logs:/volumes/logs:Z
|
||||
environment:
|
||||
- ADVLABDB_DATA_DIR=/volumes/data
|
||||
- TZ=Europe/Berlin
|
||||
networks:
|
||||
- traefik
|
||||
|
|
Loading…
Add table
Reference in a new issue