feat: docker and versioning stuff

This commit is contained in:
2026-05-14 22:19:03 +02:00
parent d065d90fe1
commit 762b3ef0ab
9 changed files with 72 additions and 20 deletions
+4 -3
View File
@@ -1,14 +1,15 @@
services:
portfolio:
image: docker.lechner-systems.at/lechnersystems/maintenance:${IMAGE_TAG}
image: docker.lechner-systems.at/lechnersystems/maintenance:${IMAGE_TAG:-latest}
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- .env
- path: .env
required: false
dns:
- 192.168.100.2
- 192.168.100.6
ports:
- ${MAIN_PORT}:80
- "${MAIN_PORT:-8080}:80"