Last active
August 19, 2020 01:06
-
-
Save mikecasas/6937bccf48097fe37261fc81323acea0 to your computer and use it in GitHub Desktop.
oqtane docker compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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