Added deployment files

This commit is contained in:
2026-07-09 22:30:31 +02:00
parent 029a90e69d
commit c461a94b88
2 changed files with 83 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
web:
image: tmt-saqatravel:latest
build:
context: .
dockerfile: Dockerfile
container_name: tmt_saqatravel_app
ports:
- "8070:8080"
- "8071:8081"
environment:
- ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_URLS=http://+:8080
restart: always