mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
edit page updates
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
"use client";
|
||||
|
||||
import { MonacoEditor } from "@/components/editor/MonacoEditor";
|
||||
import {
|
||||
usePageQuery,
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user