14 lines
274 B
YAML
14 lines
274 B
YAML
services:
|
|
app:
|
|
image: docker.lechner-systems.at/lechnersystems/ttm:${IMAGE_TAG}
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
dns:
|
|
- 192.168.100.2
|
|
ports:
|
|
- ${MAIN_PORT}:${MAIN_PORT}
|