Add docker-compose.yml
This commit is contained in:
commit
e085d64896
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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"
|
||||||
Loading…
Reference in New Issue
Block a user