10 lines
232 B
YAML
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'
|