Added deployment files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user