refactorings
This commit is contained in:
+2
-7
@@ -1,14 +1,9 @@
|
||||
services:
|
||||
portfolio:
|
||||
image: docker.lechner-systems.at/lechnersystems/portfolio:${IMAGE_TAG}
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: docker.lechner-systems.at/lechnersystems/portfolio:${IMAGE_TAG:-latest}
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
dns:
|
||||
- 192.168.100.2
|
||||
- 192.168.100.6
|
||||
ports:
|
||||
- ${MAIN_PORT}:3000
|
||||
- '${MAIN_PORT:-3000}:3000'
|
||||
|
||||
Reference in New Issue
Block a user