InitalCommit
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
services:
|
||||
infraviewer:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: infraviewer-app
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
# Fallback, falls PORT in .env nicht gesetzt ist
|
||||
- PORT=3001
|
||||
ports:
|
||||
- "3001:3001"
|
||||
Reference in New Issue
Block a user