Add docker-compose.yml

This commit is contained in:
hotstovejer 2024-10-14 17:34:55 -05:00
commit e085d64896

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: "3.4"
services:
app-oqtane:
container_name: oqtane-app
image: mkcsas/oqtane-app:v1
ports:
- "6001:6001"
db:
container_name: oqtane-sql
image: mcr.microsoft.com/mssql/server:2019-latest
ports:
- "1433:1433"