Skip to content

Instantly share code, notes, and snippets.

@mikecasas
Last active August 19, 2020 01:06
Show Gist options
  • Save mikecasas/6937bccf48097fe37261fc81323acea0 to your computer and use it in GitHub Desktop.
Save mikecasas/6937bccf48097fe37261fc81323acea0 to your computer and use it in GitHub Desktop.
oqtane docker compose
version: "3.4"
services:
app-oqtane:
container_name: oqtane-app
image: mkcsas/oqtane-app:v1
ports:
- "6001:6001"
db:
container_name: oqtane-sql
image: mkcsas/oqtane-sql-base:v1.0.1
ports:
- "1433:1433"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment