Files
2026-05-15 14:06:38 +02:00

10 lines
232 B
YAML

services:
portfolio:
image: docker.lechner-systems.at/lechnersystems/portfolio:${IMAGE_TAG:-latest}
restart: unless-stopped
dns:
- 192.168.100.2
- 192.168.100.6
ports:
- '${MAIN_PORT:-3000}:3000'