refactorings

This commit is contained in:
2026-05-15 14:06:38 +02:00
parent 24862a33d0
commit 17cb23aa40
16 changed files with 398 additions and 309 deletions
+2 -7
View File
@@ -1,14 +1,9 @@
services:
portfolio:
image: docker.lechner-systems.at/lechnersystems/portfolio:${IMAGE_TAG}
build:
context: .
dockerfile: Dockerfile
image: docker.lechner-systems.at/lechnersystems/portfolio:${IMAGE_TAG:-latest}
restart: unless-stopped
env_file:
- .env
dns:
- 192.168.100.2
- 192.168.100.6
ports:
- ${MAIN_PORT}:3000
- '${MAIN_PORT:-3000}:3000'