feat: reworked portfolio
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user