chore(docker): update environment variable prefixes to AMCS

This commit is contained in:
Hein
2026-03-26 16:26:15 +02:00
parent 8d0a91a961
commit 5d43228c2e
7 changed files with 38 additions and 30 deletions

View File

@@ -25,6 +25,6 @@ USER appuser
EXPOSE 8080
ENV OB1_CONFIG=/app/configs/docker.yaml
ENV AMCS_CONFIG=/app/configs/docker.yaml
ENTRYPOINT ["/app/amcs-server"]