Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "80:8080"
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
- ConnectionStrings__DefaultConnection=Server=romaric-thibault.fr;Database=arsene_MetaCourse;User Id=arsene;Password=Onto9-Cage-Afflicted;TrustServerCertificate=true;
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user