base wrk refac

This commit is contained in:
bluxmit 2022-05-23 06:19:54 +00:00
parent ef8da1149c
commit ebf0ceaec8
8 changed files with 5 additions and 9 deletions

View file

@ -6,8 +6,8 @@ Containerized development, admin and professional environments.
## Why
1. If you are building cloud development platform
2. If you need to get started fast without building your own toolset
1. You are building cloud development platform
2. You need to get started fast without building your own toolset
## Workspace

View file

@ -20,8 +20,6 @@ COPY supervisord-workspace-base.conf /etc/supervisord/
COPY filebrowser.json /opt/filebrowser/.filebrowser.json
COPY mkdocs /home/docs
COPY docs/getting-started.md /home/docs/docs/getting-started.md
COPY docs/schedule-script.md /home/docs/docs/schedule-script.md
COPY mkdocs-requirements.txt /home/abc/installed-python-packages/mkdocs-requirements.txt
RUN apt-get -y update \

View file

@ -41,7 +41,7 @@ and open [localhost:8020](http://localhost:8020) in browser.
1. If you need to schedule scripts and jobs, monitor executions, upload and download files.
## Docs
See our guides on [**getting started**](docs/getting-started.md) and [**advanced features**](../ubuntu-workspace/docs/workspaces.md).
See our guides on [**getting started**](https://docs.alnoda.org/base-workspace/) and [**advanced features**](../ubuntu-workspace/docs/workspaces.md).
<div align="center" style="font-style: italic;">
Demo: Base workspace

View file

@ -5,9 +5,7 @@
nav:
- Home: README.md
- My apps: pages/my-apps.md
- Tutorials:
- Get started: getting-started.md
- Schedule script: schedule-script.md
- Docs: https://docs.alnoda.org/base-workspace/
# ===========================================================

View file

@ -3,7 +3,7 @@
This is the docker-compose that can be used to spin-up Ubuntu-workspace on the remote server together with the
reverse proxy, that adds authentication.
```
```yaml
version: "3.3"
services:
traefik: