feat: Update Docker configuration and production environment settings for improved deployment

This commit is contained in:
MaddoScientisto 2026-04-20 21:43:15 +02:00
commit b45eac8055
3 changed files with 11 additions and 7 deletions

View file

@ -1,8 +1,5 @@
services:
worktracker:
build:
context: .
dockerfile: Dockerfile
image: ${IMAGE_REGISTRY:-worktracker}:${IMAGE_TAG:-latest}
environment:
ASPNETCORE_ENVIRONMENT: ${ASPNETCORE_ENVIRONMENT:-Production}