edit page updates

This commit is contained in:
2024-11-15 11:01:50 -07:00
parent 19280e74f9
commit bae6688fa5
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
"use client";
import { MonacoEditor } from "@/components/editor/MonacoEditor";
import {
usePageQuery,

View File

@@ -24,9 +24,9 @@ import React, { useMemo, useState } from "react";
const sampleCompose = `services:
canvas_manager:
image: alexmickelson/canvas_management:2 # pull this image regularly
user: 1000:1000 # userid:groupid that matches file ownership on host system
user: 1000:1000 # userid:groupid that matches file ownership on host system (probably leave like this)
ports:
- 8080:3000 # hostPort:containerPort - you can change the first one if you like
- 8080:3000 # hostPort:containerPort - you can change the host port if you like
env_file:
- .env # needs to have your CANVAS_TOKEN set
environment: